From 4005434c618e33e4f02b562c49e85c52b47b0037 Mon Sep 17 00:00:00 2001 From: Nont Date: Thu, 7 Oct 2021 21:40:30 -0500 Subject: [PATCH] Upgrade to alpine 3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e706beafe1..2b0c5d14da8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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