diff --git a/Dockerfile b/Dockerfile index 8fb9712..0ebd172 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache git \ && go install github.com/ericchiang/pup@v0.4.0 -FROM curlimages/curl:8.12.1 AS runner +FROM curlimages/curl:8.16.0 AS runner USER root RUN apk update && apk upgrade && apk add --no-cache grep