Skip to content

Commit 088473a

Browse files
Update Dockerfile.redhat
1 parent 5508493 commit 088473a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.redhat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ RUN if [ "$VERBOSE_LOGS" == "ON" ] ; then export VERBOSE=1 ; fi && ./install_ope
101101

102102
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
103103
FROM base_build as build
104-
ARG BASE_IMAGE
104+
#ARG BASE_IMAGE
105+
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6
105106

106107
SHELL ["/bin/bash", "-xo", "pipefail", "-c"]
107108

0 commit comments

Comments
 (0)