We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed18b26 commit 4005434Copy full SHA for 4005434
Dockerfile
@@ -4,7 +4,7 @@ ADD . .
4
RUN apk --no-cache add git
5
RUN CGO_ENABLED=0 go install -a -trimpath -ldflags "-s -w -X go.k6.io/k6/lib/consts.VersionDetails=$(date -u +"%FT%T%z")/$(git describe --always --long --dirty)"
6
7
-FROM alpine:3.13
+FROM alpine:3.14
8
RUN apk add --no-cache ca-certificates && \
9
adduser -D -u 12345 -g 12345 k6
10
COPY --from=builder /go/bin/k6 /usr/bin/k6
0 commit comments