From 0e085c4b091031ad05a58fc4185e324b883fd81c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 00:21:14 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/ubi Docker tag to v9.6-1755678605 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.redhat | 2 +- demos/c_api_minimal_app/capi_files/Dockerfile.redhat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.redhat b/Dockerfile.redhat index c33725cca2..67b7f078bc 100644 --- a/Dockerfile.redhat +++ b/Dockerfile.redhat @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6 +ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6-1755678605 ARG BUILD_IMAGE=build ARG PKG_IMAGE=pkg ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9-minimal:9.6 diff --git a/demos/c_api_minimal_app/capi_files/Dockerfile.redhat b/demos/c_api_minimal_app/capi_files/Dockerfile.redhat index 549448e72e..53bbbdcbbe 100644 --- a/demos/c_api_minimal_app/capi_files/Dockerfile.redhat +++ b/demos/c_api_minimal_app/capi_files/Dockerfile.redhat @@ -14,7 +14,7 @@ # limitations under the License. # -ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.5 +ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6-1755678605 FROM $BASE_IMAGE as base_build SHELL ["/bin/bash", "-c"] RUN yum install -y xz git shadow-utils make gcc gcc-c++