Skip to content

Commit

Permalink
chore(deps): update dockerfile images (non-major) (#2513)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 6, 2025
1 parent c5dca7e commit a529d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .rhdh/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Stage 1 - Build nodejs skeleton
#@follow_tag(registry.access.redhat.com/ubi9/nodejs-22:1)
# https://registry.access.redhat.com/ubi9/nodejs-222
FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1740412185 AS build
FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1741181304 AS build
# hadolint ignore=DL3002
USER 0

Expand Down Expand Up @@ -266,7 +266,7 @@ RUN "$YARN" workspaces focus --all --production && \
# Stage 5 - Build the runner image
#@follow_tag(registry.access.redhat.com/ubi9/nodejs-22-minimal:1)
# https://registry.access.redhat.com/ubi9/nodejs-22-minimal
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.5-1741091630 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.5-1741243183 AS runner
USER 0

# Downstream sources
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Stage 1 - Build nodejs skeleton
# https://registry.access.redhat.com/ubi9/nodejs-22
FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1740412185 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1741181304 AS skeleton
# hadolint ignore=DL3002
USER 0

Expand Down Expand Up @@ -205,7 +205,7 @@ RUN "$YARN" workspaces focus --all --production && \

# Stage 5 - Build the runner image
# https://registry.access.redhat.com/ubi9/nodejs-22-minimal
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.5-1741091630 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.5-1741243183 AS runner
USER 0

# Upstream only
Expand Down

0 comments on commit a529d40

Please # to comment.