diff --git a/Dockerfiles/Dockerfile.konflux b/Dockerfiles/Dockerfile.konflux index 264bd63f7c3..68b7aa69a0d 100644 --- a/Dockerfiles/Dockerfile.konflux +++ b/Dockerfiles/Dockerfile.konflux @@ -1,7 +1,7 @@ # Build the manager binary ################################################################################ -FROM registry.redhat.io/ubi9/go-toolset:1.25@sha256:180d433d97773ac90384662ee0f54c3b474f6eeb7219e414a4ca323d1196bb13 as builder +FROM registry.redhat.io/ubi9/go-toolset:1.25@sha256:f9c8537423d96da6c0e704a7d40a1bd5401c4287a05c7f7f196550a5a375a6b6 as builder # These built-in args are defined in the global scope, and are not automatically accessible within build stages or RUN commands. # To expose these arguments inside the build stage, we need to redefine it without a value.