Skip to content

Commit dace90d

Browse files
authored
update base images (#3098)
1 parent 87f2807 commit dace90d

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.6-1749604222 AS build
26+
FROM registry.access.redhat.com/ubi9/nodejs-20:9.6-1751964045 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.6-1749542044 AS runner
269+
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.6-1750862880 AS runner
270270
USER 0
271271

272272
# Downstream sources

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Stage 1 - Build nodejs skeleton
1818
# https://registry.access.redhat.com/ubi9/nodejs-20
19-
FROM registry.access.redhat.com/ubi9/nodejs-20:9.6-1749604222 AS skeleton
19+
FROM registry.access.redhat.com/ubi9/nodejs-20:9.6-1751964045 AS skeleton
2020
# hadolint ignore=DL3002
2121
USER 0
2222

@@ -197,7 +197,7 @@ RUN "$YARN" workspaces focus --all --production && \
197197

198198
# Stage 5 - Build the runner image
199199
# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
200-
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.6-1749542044 AS runner
200+
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.6-1750862880 AS runner
201201
USER 0
202202

203203
# Upstream only

0 commit comments

Comments
 (0)