diff --git a/Dockerfile b/Dockerfile index 482ff42..f798f17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build k6 from source -FROM golang:1.22-alpine AS k6-builder +FROM golang:alpine AS k6-builder RUN apk add --no-cache git