diff --git a/images/stackrox-build.Dockerfile b/images/stackrox-build.Dockerfile index 477493e5..a6ebc1f3 100644 --- a/images/stackrox-build.Dockerfile +++ b/images/stackrox-build.Dockerfile @@ -1,6 +1,6 @@ # Provides the tooling required to run StackRox dockerized build targets. -FROM registry.access.redhat.com/ubi8:latest +FROM registry.access.redhat.com/ubi10:latest SHELL ["/bin/bash", "-o", "pipefail", "-c"] @@ -11,7 +11,7 @@ RUN dnf update -y && \ dnf-plugins-core \ wget \ && \ - dnf config-manager --set-enabled ubi-8-codeready-builder-rpms && \ + dnf config-manager --set-enabled ubi-10-codeready-builder-rpms && \ dnf update -y && \ wget --quiet -O - https://rpm.nodesource.com/setup_lts.x | bash - && \ wget --quiet -O - https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo && \