From e0f321c2dc7d5637cc16cfe9fcd8123f66f31811 Mon Sep 17 00:00:00 2001 From: Joel Takvorian Date: Fri, 20 Dec 2024 09:34:59 +0100 Subject: [PATCH] go1.23 in downstream dockerfile --- Dockerfile.downstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.downstream b/Dockerfile.downstream index dace59d9c..89b15f2ab 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -2,7 +2,7 @@ ARG TARGETARCH ARG COMMIT # Build the manager binary -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22.5-202407301806.g4c8b32d.el9 as builder +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23 as builder ARG BUILD_VERSION="unknown" ARG TARGETARCH=amd64