Skip to content

Commit ecd6f94

Browse files
Update alpine Docker tag to v3.23
1 parent 083fd05 commit ecd6f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM grafana/xk6:0.12.1 as builder
22
RUN xk6 build --with github.com/grafana/xk6-redis --with github.com/grafana/xk6-output-prometheus-remote
33

4-
FROM alpine:3.20 as release
4+
FROM alpine:3.23 as release
55
RUN adduser -D -u 12345 -g 12345 k6
66
COPY --from=builder /xk6/k6 /usr/bin/k6
77
USER k6

0 commit comments

Comments
 (0)