Skip to content

Commit

Permalink
Merge pull request #2 from coopTilleuls/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
Update alpine Docker tag to v3.20
  • Loading branch information
bcobzh authored Jul 19, 2024
2 parents dd7f5d3 + 0534fd8 commit b0b1de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM grafana/xk6:0.12.1 as builder
RUN xk6 build --with github.com/grafana/xk6-redis --with github.com/grafana/xk6-output-prometheus-remote

FROM alpine:3.18 as release
FROM alpine:3.20 as release
RUN adduser -D -u 12345 -g 12345 k6
COPY --from=builder /xk6/k6 /usr/bin/k6
USER k6
Expand Down

0 comments on commit b0b1de0

Please sign in to comment.