Skip to content

Commit

Permalink
Merge branch 'release-1.4' into cherry-pick-1.4-showcase-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrapela authored Jan 15, 2025
2 parents 5333b2a + f26ac6f commit 97e45c4
Showing 1 changed file with 2 additions and 2 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-20:1)
# https://registry.access.redhat.com/ubi9/nodejs-20
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1736398249 AS build
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1736455676 AS build
# hadolint ignore=DL3002
USER 0

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

# Downstream sources
Expand Down

0 comments on commit 97e45c4

Please sign in to comment.