Skip to content

Commit

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

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored and olexii4 committed Jan 14, 2025
1 parent c8ce7d9 commit bb06637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/dockerfiles/brew.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 ubi8/nodejs-18:1-133.1732637110 as builder
FROM ubi8/nodejs-18:1-135 as builder
# hadolint ignore=DL3002
USER 0
RUN dnf -y -q update --exclude=unbound-libs
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN yarn build
# RUN rm -rf $REMOTE_SOURCES_DIR

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

0 comments on commit bb06637

Please sign in to comment.