diff --git a/Containerfile b/Containerfile index 446e882..831bb46 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM library/golang:1.23 as build +FROM library/golang:1.24 as build ADD * /go/caching-proxy/ WORKDIR /go/caching-proxy ARG GOPROXY=direct