We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a496381 commit 8224906Copy full SHA for 8224906
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM golang:1.22-alpine3.20 as builder
+FROM golang:1.23-alpine3.21 as builder
2
WORKDIR $GOPATH/src/go.k6.io/k6
3
ADD . .
4
RUN apk --no-cache add git
5
RUN go install go.k6.io/xk6/cmd/xk6@latest
6
RUN xk6 build --with github.com/grafana/xk6-output-influxdb=. --output /tmp/k6
7
8
-FROM alpine:3.20
+FROM alpine:3.21
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