Skip to content

Commit

Permalink
Bump alpine linux version
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Feb 21, 2023
1 parent 535ae2a commit 5db077c
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 @@ COPY . .
RUN apk --no-cache add git=~2
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 --tags --always --long --dirty)"

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

0 comments on commit 5db077c

Please sign in to comment.