diff --git a/Dockerfile b/Dockerfile index 67ee18e..5b3d011 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-alpine AS deps +FROM golang:1.24-alpine AS deps RUN apk add --no-cache git \ && go install github.com/ericchiang/pup@v0.4.0