From 3bfaad1f137e1647805f390eefe264b8672f3f66 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:24:59 +0000 Subject: [PATCH] NO-ISSUE: Pin dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.rhtap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.rhtap b/Dockerfile.rhtap index b4318a64c..5a98e8458 100644 --- a/Dockerfile.rhtap +++ b/Dockerfile.rhtap @@ -1,12 +1,12 @@ # Build the manager binary -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25 as builder +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25@sha256:977bd041377a1367c8b102a460ae8e63f89905f7cf9d8235484ae658c9b47646 as builder WORKDIR /workspace COPY . . # Build RUN CGO_ENABLED=1 go build -a -o manager main.go -FROM registry.redhat.io/rhel9-2-els/rhel:9.2 +FROM registry.redhat.io/rhel9-2-els/rhel:9.2@sha256:5de19d5ffc75666aecc3b32851507add72b7e259d16a62086dd4fff1e3c537c6 ARG version=2.8