diff --git a/.konflux/container_build_args.conf b/.konflux/container_build_args.conf index 7eb1fc72..7c90efe3 100644 --- a/.konflux/container_build_args.conf +++ b/.konflux/container_build_args.conf @@ -5,7 +5,7 @@ KONFLUX=true # The builder image is used to compile the code # This should match the dummy file Dockerfile.mintmaker in the lock-build directory # Mintmaker should keep these in sync automatically when it performs updates -BUILDER_IMAGE=registry.access.redhat.com/ubi9/ubi:latest@sha256:05fa0100593c08b5e9dde684cd3eaa94b4d5d7b3cc09944f1f73924e49fde036 +BUILDER_IMAGE=registry.access.redhat.com/ubi9/ubi:latest@sha256:1fc04e873cb3f3c8d1211729a794716e50826f650ea88b97a4ff57f601db77a8 # # The runtime image is used to run the binaries diff --git a/.konflux/lock-build/Dockerfile.mintmaker b/.konflux/lock-build/Dockerfile.mintmaker index aaf4808f..558e3516 100644 --- a/.konflux/lock-build/Dockerfile.mintmaker +++ b/.konflux/lock-build/Dockerfile.mintmaker @@ -1,5 +1,5 @@ # Due to a limitation in Mintmaker, we need to create a dummy Dockerfile that does not use ARGs # This should match the BUILDER_IMAGE in container_build_args.conf # Mintmaker should keep these in sync automatically when it performs updates -FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:05fa0100593c08b5e9dde684cd3eaa94b4d5d7b3cc09944f1f73924e49fde036 +FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:1fc04e873cb3f3c8d1211729a794716e50826f650ea88b97a4ff57f601db77a8 #