diff --git a/Dockerfile.redhat b/Dockerfile.redhat index c33725cca2..6ebc56270c 100644 --- a/Dockerfile.redhat +++ b/Dockerfile.redhat @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6 +ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6-1754586119 ARG BUILD_IMAGE=build ARG PKG_IMAGE=pkg ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9-minimal:9.6 diff --git a/demos/c_api_minimal_app/capi_files/Dockerfile.redhat b/demos/c_api_minimal_app/capi_files/Dockerfile.redhat index 549448e72e..b974fc8e7a 100644 --- a/demos/c_api_minimal_app/capi_files/Dockerfile.redhat +++ b/demos/c_api_minimal_app/capi_files/Dockerfile.redhat @@ -14,7 +14,7 @@ # limitations under the License. # -ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.5 +ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6-1754586119 FROM $BASE_IMAGE as base_build SHELL ["/bin/bash", "-c"] RUN yum install -y xz git shadow-utils make gcc gcc-c++