Skip to content

Commit c1f4ed2

Browse files
chore(deps): update registry.access.redhat.com/ubi9/nodejs-20-minimal docker tag to v9.5-1738671167 (#2314)
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 172ffc3 commit c1f4ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rhdh/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ RUN "$YARN" install --frozen-lockfile --production --network-timeout 600000 && \
187187
# Stage 5 - Build the runner image
188188
#@follow_tag(registry.access.redhat.com/ubi9/nodejs-20-minimal:1)
189189
# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
190-
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1737531030 AS runner
190+
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1738671167 AS runner
191191
USER 0
192192

193193
# Downstream sources

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RUN "$YARN" install --frozen-lockfile --production --network-timeout 600000 && \
115115

116116
# Stage 5 - Build the runner image
117117
# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
118-
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1737531030 AS runner
118+
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1738671167 AS runner
119119
USER 0
120120

121121
# Upstream only

0 commit comments

Comments
 (0)