diff --git a/Dockerfile b/Dockerfile index 754ea836..c055c94d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ############################################################################### # Stage 1: Create the developer image for the BUILDPLATFORM only ############################################################################### -ARG GOLANG_VERSION=1.23 +ARG GOLANG_VERSION=1.24.6-1755755147 ARG BUILD_BASE=develop FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:$GOLANG_VERSION AS develop