We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c68b5 commit 139ed6bCopy full SHA for 139ed6b
Dockerfile
@@ -1,5 +1,5 @@
1
# Builder Stage
2
-FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:3e1c9fb018c31fb64d134c11a80a81772d7ceb7f2df4e1e436dae509ef2b8bbd as builder
+FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:45e69080563aea03666b567fd68c058bf2236fe486d8ba9effa5bb39d5585479 as builder
3
USER root
4
5
COPY package.json package-lock.json ./
@@ -13,7 +13,7 @@ COPY . .
13
RUN npm run build
14
15
# Production Stage
16
-FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:3e1c9fb018c31fb64d134c11a80a81772d7ceb7f2df4e1e436dae509ef2b8bbd as production
+FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:45e69080563aea03666b567fd68c058bf2236fe486d8ba9effa5bb39d5585479 as production
17
USER 1001
18
EXPOSE 3000
19
0 commit comments