Skip to content

Commit f5b6fa0

Browse files
authored
chore: update main to ubi9/nodejs-24:9.7-1776196190 from ubi9/nodejs-24:1-1776041334 [skip-build] [skip-e2e] (#4623)
* chore: update main to ubi9/nodejs-24:9.7-1776196190 from ubi9/nodejs-24:1-1776041334 [skip-build] [skip-e2e] Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com> * chore: update main to ubi9/nodejs-24-minimal:9.7-1776142263 from ubi9/nodejs-24-minimal:1-1776142263 [skip-build] [skip-e2e] Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com> --------- Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com>
1 parent 419480f commit f5b6fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/containerfiles/Containerfile

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

1616
# Stage 1 - Build nodejs skeleton
1717
# https://registry.access.redhat.com/ubi9/nodejs-24
18-
FROM registry.access.redhat.com/ubi9/nodejs-24:1-1776041334@sha256:99fd09fbbaedd1ce700507d40b21f3bfd8dcde389c144d3e42e7a9d2d5db0c2f AS skeleton
18+
FROM registry.access.redhat.com/ubi9/nodejs-24:9.7-1776196190@sha256:f5e9a047c6d22b609ec0faad26c2c05fa67cc870dcb31eb96740b58871efae38 AS skeleton
1919
# hadolint ignore=DL3002
2020
USER 0
2121

@@ -241,7 +241,7 @@ RUN dnf install -y python3.11 python3.11-pip python3.11-devel 1>/dev/null 2>&1 &
241241

242242
# Stage 5 - Build the runner image
243243
# https://registry.access.redhat.com/ubi9/nodejs-24-minimal
244-
FROM registry.access.redhat.com/ubi9/nodejs-24-minimal:1-1776142263@sha256:d47b6e33e972020e416f875bc0fa5fe54ad8745a66ae53ae686d58d9fd1c22e3 AS runner
244+
FROM registry.access.redhat.com/ubi9/nodejs-24-minimal:9.7-1776142263@sha256:d47b6e33e972020e416f875bc0fa5fe54ad8745a66ae53ae686d58d9fd1c22e3 AS runner
245245
USER 0
246246

247247
ENV EXTERNAL_SOURCE_NESTED=.

0 commit comments

Comments
 (0)