Skip to content

Commit 5fc3cf9

Browse files
chore(deps): update dockerfile images (non-major) (#2380)
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 dfe4cd8 commit 5fc3cf9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.rhdh/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
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-1739145679 AS build
26+
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1739482759 AS build
2727
# hadolint ignore=DL3002
2828
USER 0
2929

@@ -260,7 +260,7 @@ RUN "$YARN" workspaces focus --all --production && \
260260
# Stage 5 - Build the runner image
261261
#@follow_tag(registry.access.redhat.com/ubi9/nodejs-20-minimal:1)
262262
# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
263-
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1739146226 AS runner
263+
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1739448741 AS runner
264264
USER 0
265265

266266
# Downstream sources

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
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-1739145679 AS skeleton
27+
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1739482759 AS skeleton
2828
# hadolint ignore=DL3002
2929
USER 0
3030

@@ -199,7 +199,7 @@ RUN "$YARN" workspaces focus --all --production && \
199199

200200
# Stage 5 - Build the runner image
201201
# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
202-
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1739146226 AS runner
202+
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1739448741 AS runner
203203
USER 0
204204

205205
# Upstream only

0 commit comments

Comments
 (0)