Skip to content

Commit d4fe1a4

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

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
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6
15+
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6-1753769805
1616
ARG BUILD_IMAGE=build
1717
ARG PKG_IMAGE=pkg
1818
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-1753769805
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)