From 019abf8f61e341c8ae0d10f32704e52b4ededc74 Mon Sep 17 00:00:00 2001 From: Damiano Donati Date: Mon, 14 Oct 2024 13:57:19 +0200 Subject: [PATCH] bump Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf4530e71..1a80245ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.21.10@sha256:45f2cab1eebfb90d214ab8ce896cefc320e5c8768b4b34bb402652d90c670875 as builder +FROM golang:1.22.8@sha256:b274ff14d8eb9309b61b1a45333bf0559a554ebcf6732fa2012dbed9b01ea56f as builder WORKDIR /workspace # Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy