Commit a529d40 1 parent c5dca7e commit a529d40 Copy full SHA for a529d40
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-22:1)
25
25
# https://registry.access.redhat.com/ubi9/nodejs-222
26
- FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1740412185 AS build
26
+ FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1741181304 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-22-minimal:1)
268
268
# https://registry.access.redhat.com/ubi9/nodejs-22-minimal
269
- FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.5-1741091630 AS runner
269
+ FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.5-1741243183 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-22
27
- FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1740412185 AS skeleton
27
+ FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1741181304 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-22-minimal
208
- FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.5-1741091630 AS runner
208
+ FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.5-1741243183 AS runner
209
209
USER 0
210
210
211
211
# Upstream only
You can’t perform that action at this time.
0 commit comments