File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323# Stage 1 - Build nodejs skeleton
2424# @follow_tag(registry.access.redhat.com/ubi9/nodejs-20:1)
2525# https://registry.access.redhat.com/ubi9/nodejs-20
26- FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1739145679 AS build
26+ FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1739482759 AS build
2727# hadolint ignore=DL3002
2828USER 0
2929
@@ -260,7 +260,7 @@ RUN "$YARN" workspaces focus --all --production && \
260260# Stage 5 - Build the runner image
261261# @follow_tag(registry.access.redhat.com/ubi9/nodejs-20-minimal:1)
262262# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
263- FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1739146226 AS runner
263+ FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1739448741 AS runner
264264USER 0
265265
266266# Downstream sources
Original file line number Diff line number Diff line change 2424
2525# Stage 1 - Build nodejs skeleton
2626# https://registry.access.redhat.com/ubi9/nodejs-20
27- FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1739145679 AS skeleton
27+ FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1739482759 AS skeleton
2828# hadolint ignore=DL3002
2929USER 0
3030
@@ -199,7 +199,7 @@ RUN "$YARN" workspaces focus --all --production && \
199199
200200# Stage 5 - Build the runner image
201201# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
202- FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1739146226 AS runner
202+ FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1739448741 AS runner
203203USER 0
204204
205205# Upstream only
You can’t perform that action at this time.
0 commit comments