We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248d20b commit 21cd407Copy full SHA for 21cd407
Dockerfile
@@ -5,7 +5,7 @@ RUN apk --no-cache add git
5
RUN CGO_ENABLED=0 go install go.k6.io/xk6/cmd/xk6@latest
6
RUN CGO_ENABLED=0 xk6 build --with github.com/elastic/xk6-output-elasticsearch=. --output /tmp/k6
7
8
-FROM alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
+FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
9
RUN apk add --no-cache ca-certificates && \
10
adduser -D -u 12345 -g 12345 k6
11
COPY --from=builder /tmp/k6 /usr/bin/k6
0 commit comments