Skip to content

Commit bb06637

Browse files
nickboldtolexii4
authored andcommitted
chore: Update from ubi8/nodejs-18:1-133.1732637110 to ubi8/nodejs-18:1-135
Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent c8ce7d9 commit bb06637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/dockerfiles/brew.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Red Hat, Inc. - initial API and implementation
1010

1111
# https://registry.access.redhat.com/ubi8/nodejs-18
12-
FROM ubi8/nodejs-18:1-133.1732637110 as builder
12+
FROM ubi8/nodejs-18:1-135 as builder
1313
# hadolint ignore=DL3002
1414
USER 0
1515
RUN dnf -y -q update --exclude=unbound-libs
@@ -40,7 +40,7 @@ RUN yarn build
4040
# RUN rm -rf $REMOTE_SOURCES_DIR
4141

4242
# https://registry.access.redhat.com/ubi8/nodejs-18
43-
FROM ubi8/nodejs-18:1-133.1732637110
43+
FROM ubi8/nodejs-18:1-135
4444
# hadolint ignore=DL3002
4545
USER 0
4646
# hadolint ignore=DL4006

0 commit comments

Comments
 (0)