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 23
23
# Stage 1 - Build nodejs skeleton
24
24
# @follow_tag(registry.access.redhat.com/ubi9/nodejs-20:1)
25
25
# https://registry.access.redhat.com/ubi9/nodejs-20
26
- FROM registry.access.redhat.com/ubi9/nodejs-20:9.6-1749604222 AS build
26
+ FROM registry.access.redhat.com/ubi9/nodejs-20:9.6-1751964045 AS build
27
27
# hadolint ignore=DL3002
28
28
USER 0
29
29
@@ -266,7 +266,7 @@ RUN "$YARN" workspaces focus --all --production && \
266
266
# Stage 5 - Build the runner image
267
267
# @follow_tag(registry.access.redhat.com/ubi9/nodejs-20-minimal:1)
268
268
# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
269
- FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.6-1749542044 AS runner
269
+ FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.6-1750862880 AS runner
270
270
USER 0
271
271
272
272
# Downstream sources
Original file line number Diff line number Diff line change 16
16
17
17
# Stage 1 - Build nodejs skeleton
18
18
# https://registry.access.redhat.com/ubi9/nodejs-20
19
- FROM registry.access.redhat.com/ubi9/nodejs-20:9.6-1749604222 AS skeleton
19
+ FROM registry.access.redhat.com/ubi9/nodejs-20:9.6-1751964045 AS skeleton
20
20
# hadolint ignore=DL3002
21
21
USER 0
22
22
@@ -197,7 +197,7 @@ RUN "$YARN" workspaces focus --all --production && \
197
197
198
198
# Stage 5 - Build the runner image
199
199
# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
200
- FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.6-1749542044 AS runner
200
+ FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.6-1750862880 AS runner
201
201
USER 0
202
202
203
203
# Upstream only
You can’t perform that action at this time.
0 commit comments