Skip to content

Commit 85ae365

Browse files
nickboldtibuziuk
authored andcommitted
chore: Update from ubi8/nodejs-18:1-81 to ubi8/nodejs-18:1-86
Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent 203577f commit 85ae365

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-81 as builder
12+
FROM ubi8/nodejs-18:1-86 as builder
1313
# hadolint ignore=DL3002
1414
USER 0
1515
RUN dnf -y -q update --exclude=unbound-libs
@@ -43,7 +43,7 @@ RUN yarn build
4343
# RUN rm -rf $REMOTE_SOURCES_DIR
4444

4545
# https://registry.access.redhat.com/ubi8/nodejs-18
46-
FROM ubi8/nodejs-18:1-81
46+
FROM ubi8/nodejs-18:1-86
4747
# hadolint ignore=DL3002
4848
USER 0
4949
# hadolint ignore=DL4006

0 commit comments

Comments
 (0)