Skip to content

Commit

Permalink
Upgrade to alpine 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nwnt authored and yorugac committed Oct 11, 2021
1 parent ed18b26 commit 4c66e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADD . .
RUN apk --no-cache add git
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)"

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

0 comments on commit 4c66e53

Please sign in to comment.