Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions images/stackrox-build.Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

Expand All @@ -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 && \
Expand Down
Loading