Skip to content

Commit 2412568

Browse files
Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.6-1755695350
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent e6408c5 commit 2412568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.redhat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6
1818
ARG BUILD_IMAGE=build
1919
ARG PKG_IMAGE=pkg
20-
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
20+
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350
2121

2222
FROM $BASE_IMAGE as base_build
2323
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6

demos/c_api_minimal_app/capi_files/Dockerfile.redhat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN mkdir /licenses && ln -s /ovms/LICENSE /licenses && ln -s /ovms/thirdparty-l
2929

3030
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
3131

32-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 as release
32+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350 as release
3333
SHELL ["/bin/bash", "-c"]
3434

3535
RUN microdnf upgrade -y

0 commit comments

Comments
 (0)