Skip to content

Commit

Permalink
chore: Update from ubi8/nodejs-18:1-122.1724231540 to ubi8/nodejs-18:…
Browse files Browse the repository at this point in the history
…1-122.1725330789

Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt authored and ibuziuk committed Sep 10, 2024
1 parent 49a7631 commit 9c41f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/dockerfiles/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Red Hat, Inc. - initial API and implementation

# https://registry.access.redhat.com/ubi8/nodejs-18
FROM registry.access.redhat.com/ubi8/nodejs-18:1-122.1724231540 as builder
FROM registry.access.redhat.com/ubi8/nodejs-18:1-122.1725330789 as builder
# hadolint ignore=DL3002
USER 0
RUN dnf -y -q update --exclude=unbound-libs
Expand All @@ -20,7 +20,7 @@ RUN npm i -g yarn; yarn install
RUN yarn build

# https://registry.access.redhat.com/ubi8/nodejs-18
FROM registry.access.redhat.com/ubi8/nodejs-18:1-122.1724231540
FROM registry.access.redhat.com/ubi8/nodejs-18:1-122.1725330789
# hadolint ignore=DL3002
USER 0
# hadolint ignore=DL4006
Expand Down

0 comments on commit 9c41f1b

Please sign in to comment.