Skip to content

Commit f99e815

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

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
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6
17+
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6-1754380668
1818
ARG BUILD_IMAGE=build
1919
ARG PKG_IMAGE=pkg
2020
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9-minimal: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
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.5
17+
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6-1754380668
1818
FROM $BASE_IMAGE as base_build
1919
SHELL ["/bin/bash", "-c"]
2020
RUN yum install -y xz git shadow-utils make gcc gcc-c++

0 commit comments

Comments
 (0)