Skip to content

Commit a529d40

Browse files
chore(deps): update dockerfile images (non-major) (redhat-developer#2513)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5dca7e commit a529d40

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-22:1)
2525
# 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
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-22-minimal:1)
268268
# 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
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-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
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-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
209209
USER 0
210210

211211
# Upstream only

0 commit comments

Comments
 (0)