File tree 2 files changed +4
-4
lines changed
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.5-1741006255 AS build
26
+ FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1741886716 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.5-1739448741 AS runner
269
+ FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1741860594 AS runner
270
270
USER 0
271
271
272
272
# Downstream sources
Original file line number Diff line number Diff line change 24
24
25
25
# Stage 1 - Build nodejs skeleton
26
26
# https://registry.access.redhat.com/ubi9/nodejs-20
27
- FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1741006255 AS skeleton
27
+ FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1741886716 AS skeleton
28
28
# hadolint ignore=DL3002
29
29
USER 0
30
30
@@ -205,7 +205,7 @@ RUN "$YARN" workspaces focus --all --production && \
205
205
206
206
# Stage 5 - Build the runner image
207
207
# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
208
- FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1739448741 AS runner
208
+ FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1741860594 AS runner
209
209
USER 0
210
210
211
211
# Upstream only
You can’t perform that action at this time.
0 commit comments