Skip to content

Commit 453cab3

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5
17+
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6-1747219013
1818
ARG BUILD_IMAGE=build
1919
ARG PKG_IMAGE=pkg
2020
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.5

Dockerfile.redhat.args

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-1747219013
1818
ARG BUILD_IMAGE=build
1919
ARG PKG_IMAGE=pkg
2020
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.5

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-1747219013
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)