diff --git a/Dockerfile b/Dockerfile index 8fb9712..6f282d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine AS deps +FROM golang:1.25-alpine AS deps RUN apk add --no-cache git \ && go install github.com/ericchiang/pup@v0.4.0