Skip to content

Commit 22737d0

Browse files
authored
chore: [release-1.5] update dockerfile images (#2581)
Signed-off-by: Kim Tsao <[email protected]>
1 parent 9de649e commit 22737d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.rhdh/docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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-1741006255 AS build
26+
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1741886716 AS build
2727
# hadolint ignore=DL3002
2828
USER 0
2929

@@ -266,7 +266,7 @@ RUN "$YARN" workspaces focus --all --production && \
266266
# Stage 5 - Build the runner image
267267
#@follow_tag(registry.access.redhat.com/ubi9/nodejs-20-minimal:1)
268268
# 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
270270
USER 0
271271

272272
# Downstream sources

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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-1741006255 AS skeleton
27+
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1741886716 AS skeleton
2828
# hadolint ignore=DL3002
2929
USER 0
3030

@@ -205,7 +205,7 @@ RUN "$YARN" workspaces focus --all --production && \
205205

206206
# Stage 5 - Build the runner image
207207
# 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
209209
USER 0
210210

211211
# Upstream only

0 commit comments

Comments
 (0)