From af10b6e8fefd8ae1bb816ec2c0f84b6432ccd25c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 Sep 2024 06:00:58 +0000 Subject: [PATCH] Update golang Docker tag to v1.23 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 042c867..446e882 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM library/golang:1.21 as build +FROM library/golang:1.23 as build ADD * /go/caching-proxy/ WORKDIR /go/caching-proxy ARG GOPROXY=direct