Skip to content

Commit 21cd407

Browse files
Update alpine Docker tag to v3.21 (#64)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 248d20b commit 21cd407

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
@@ -5,7 +5,7 @@ RUN apk --no-cache add git
55
RUN CGO_ENABLED=0 go install go.k6.io/xk6/cmd/xk6@latest
66
RUN CGO_ENABLED=0 xk6 build --with github.com/elastic/xk6-output-elasticsearch=. --output /tmp/k6
77

8-
FROM alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
8+
FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
99
RUN apk add --no-cache ca-certificates && \
1010
adduser -D -u 12345 -g 12345 k6
1111
COPY --from=builder /tmp/k6 /usr/bin/k6

0 commit comments

Comments
 (0)