Skip to content

Commit 4005434

Browse files
committed
Upgrade to alpine 3.14
1 parent ed18b26 commit 4005434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ADD . .
44
RUN apk --no-cache add git
55
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)"
66

7-
FROM alpine:3.13
7+
FROM alpine:3.14
88
RUN apk add --no-cache ca-certificates && \
99
adduser -D -u 12345 -g 12345 k6
1010
COPY --from=builder /go/bin/k6 /usr/bin/k6

0 commit comments

Comments
 (0)