From 7788574a9a5043adb990b072b6cc5ef972b260e1 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 06:26:07 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- konflux.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/konflux.Dockerfile b/konflux.Dockerfile index 56d9005..00f526f 100644 --- a/konflux.Dockerfile +++ b/konflux.Dockerfile @@ -1,7 +1,7 @@ # Multi-stage Dockerfile for ACS MCP Server build on Konflux # Stage 1: Builder - Build the Go binary -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25@sha256:bd531796aacb86e4f97443797262680fbf36ca048717c00b6f4248465e1a7c0c AS builder +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25@sha256:071786da0259b1c8488b05aaa7e8ad3e93d601b578b532bc11f78f5e8926c6d3 AS builder # Build arguments for application version and branding ARG VERSION=dev @@ -34,7 +34,7 @@ FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:2173487b3b72b1a7b11 # Stage 3: Package installer - installs ca-certificates and openssl into /ubi-micro-base-root/ -FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:9e6e193bfc3596a84d2a32f42d6b1552398ec9735b9a4e893a0fc3c6fbccb381 AS package_installer +FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:11becb127877f123fc739687bdaaf7909ed7f64c1b69d2c9e59928c16f66ed52 AS package_installer # Copy ubi-micro base to /ubi-micro-base-root/ to preserve its rpmdb COPY --from=ubi-micro-base / /ubi-micro-base-root/