From 7a0c671aebd29e96d84deb0aacfdbd3d4938e36b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Feb 2025 19:00:49 +0000 Subject: [PATCH] Update golang Docker tag to v1.24 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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