From 4b0a5e751776a99eb4b45cdf6dacf02c73364294 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 06:33:12 +0000 Subject: [PATCH] chore(deps): update brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.24 docker digest to d83750f Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- image/scanner/rhel/konflux.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/scanner/rhel/konflux.Dockerfile b/image/scanner/rhel/konflux.Dockerfile index c653a6d9d..d98dadf0a 100644 --- a/image/scanner/rhel/konflux.Dockerfile +++ b/image/scanner/rhel/konflux.Dockerfile @@ -1,5 +1,5 @@ # Compiling scanner binaries and staging repo2cpe and genesis manifests -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.24@sha256:a4d6f32fd054775cd6d412125ac093d4502eae2e6db56baf6c64594132711d33 AS builder +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.24@sha256:d83750f641b15b0571ad9dc51d746478324ade0a4604e548a8a9993147301103 AS builder ARG SCANNER_TAG RUN if [[ "$SCANNER_TAG" == "" ]]; then >&2 echo "error: required SCANNER_TAG arg is unset"; exit 6; fi