diff --git a/Dockerfile b/Dockerfile index ef6343874..b6906a1e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=registry.access.redhat.com/ubi9/go-toolset:1.25 +ARG BUILD_IMAGE=registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778675823 ARG RUNTIME_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:latest FROM ${BUILD_IMAGE} as builder ARG TARGETOS