diff --git a/Dockerfile b/Dockerfile index 6a612c81c..fd4e8a724 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # - https://github.com/konveyor/tackle2-ui/pull/1781 # Builder image -FROM registry.access.redhat.com/ubi9/nodejs-20:1-59.1726663413 as builder +FROM registry.access.redhat.com/ubi9/nodejs-20:9.5 as builder USER 1001 COPY --chown=1001 . . @@ -21,7 +21,7 @@ RUN \ npm run dist # Runner image -FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63 +FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5 # Add ps package to allow liveness probe for k8s cluster # Add tar package to allow copying files with kubectl scp