We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f501fb8 commit b76a570Copy full SHA for b76a570
Dockerfile
@@ -15,7 +15,7 @@ COPY --chown=1001 . .
15
RUN npm clean-install --ignore-scripts && npm run build && npm run dist
16
17
# Runner image
18
-FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-93
+FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-113
19
20
# Add ps package to allow liveness probe for k8s cluster
21
# Add tar package to allow copying files with kubectl scp
0 commit comments