From 762f929a1a97077a1fbf3da9a25eaba8a83f4216 Mon Sep 17 00:00:00 2001 From: codebien <2103732+codebien@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:28:45 +0200 Subject: [PATCH] Bump Go and Alpine in Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4718d8d..001e02b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine3.17 as builder +FROM golang:1.22-alpine3.20 as builder WORKDIR $GOPATH/src/go.k6.io/k6 ADD . . RUN apk --no-cache add git @@ -12,4 +12,4 @@ COPY --from=builder /tmp/k6 /usr/bin/k6 USER 12345 WORKDIR /home/k6 -ENTRYPOINT ["k6"] \ No newline at end of file +ENTRYPOINT ["k6"]