We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdeaa96 commit 20a1828Copy full SHA for 20a1828
apps/assisted-ui/Containerfile
@@ -26,7 +26,7 @@ RUN npm i -g corepack
26
WORKDIR "${APP_ROOT}/src/repo"
27
RUN yarn install --immutable && yarn build:all
28
29
-FROM registry.access.redhat.com/ubi8/nginx-120 AS assisted-ui
+FROM registry.access.redhat.com/ubi8/nginx-122 AS assisted-ui
30
COPY --from=devcontainer /opt/app-root/src/repo/apps/assisted-ui/build/ "${NGINX_APP_ROOT}/src/"
31
COPY --from=devcontainer /opt/app-root/src/repo/apps/assisted-ui/deploy/ /deploy/
32
CMD [ "/deploy/start.sh" ]
0 commit comments