Skip to content

Commit 749e5a3

Browse files
authored
chore(deps): update registry.access.redhat.com/ubi9/nodejs-20 docker digest to 240bcea (#159)
2 parents 1cd804a + bed98d8 commit 749e5a3

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:f6e11144de06e844fa8903ad826a24e1052a4627a7d650f5dd65d13a84f70bc8 as builder
2+
FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:240bcea5710ef9ff49afae06f533698f9680b5567529ebc2d4d2367a421cf90b 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:f6e11144de06e844fa8903ad826a24e1052a4627a7d650f5dd65d13a84f70bc8 as production
16+
FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:240bcea5710ef9ff49afae06f533698f9680b5567529ebc2d4d2367a421cf90b as production
1717
USER 1001
1818
EXPOSE 3000
1919

0 commit comments

Comments
 (0)