Skip to content

Commit 9a19045

Browse files
Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1762956380
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent 92f0c3a commit 9a19045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile.ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_UBI_IMAGE_TAG=9.5-1741850109
1+
ARG BASE_UBI_IMAGE_TAG=9.7-1762956380
22

33
###############################################################
44
# base stage with basic dependencies

docker/Dockerfile.s390x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base UBI image for s390x architecture
2-
ARG BASE_UBI_IMAGE_TAG=9.5-1736404155
2+
ARG BASE_UBI_IMAGE_TAG=9.7-1762956380
33
ARG PYTHON_VERSION=3.12
44
FROM registry.access.redhat.com/ubi9/ubi-minimal:${BASE_UBI_IMAGE_TAG} AS base
55

0 commit comments

Comments
 (0)