We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26c68b5 + 27cdd74 commit 9fbfd9dCopy full SHA for 9fbfd9d
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:f6e11144de06e844fa8903ad826a24e1052a4627a7d650f5dd65d13a84f70bc8 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:f6e11144de06e844fa8903ad826a24e1052a4627a7d650f5dd65d13a84f70bc8 as production
17
USER 1001
18
EXPOSE 3000
19
0 commit comments