Skip to content

Commit

Permalink
Merge branch 'release-1.3' into cherry-pick-1.3-showcase-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrapela authored Jan 15, 2025
2 parents 42a1438 + d49434f commit d0f7f92
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 @@ -21,7 +21,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 @@ -187,7 +187,7 @@ RUN "$YARN" install --frozen-lockfile --production --network-timeout 600000 && \
# 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 d0f7f92

Please sign in to comment.