Skip to content

Commit 139ed6b

Browse files
Update registry.access.redhat.com/ubi9/nodejs-20 Docker digest to 45e6908
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 26c68b5 commit 139ed6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder Stage
2-
FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:3e1c9fb018c31fb64d134c11a80a81772d7ceb7f2df4e1e436dae509ef2b8bbd as builder
2+
FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:45e69080563aea03666b567fd68c058bf2236fe486d8ba9effa5bb39d5585479 as builder
33
USER root
44

55
COPY package.json package-lock.json ./
@@ -13,7 +13,7 @@ COPY . .
1313
RUN npm run build
1414

1515
# Production Stage
16-
FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:3e1c9fb018c31fb64d134c11a80a81772d7ceb7f2df4e1e436dae509ef2b8bbd as production
16+
FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:45e69080563aea03666b567fd68c058bf2236fe486d8ba9effa5bb39d5585479 as production
1717
USER 1001
1818
EXPOSE 3000
1919

0 commit comments

Comments
 (0)