We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203577f commit 85ae365Copy full SHA for 85ae365
build/dockerfiles/brew.Dockerfile
@@ -9,7 +9,7 @@
9
# Red Hat, Inc. - initial API and implementation
10
11
# https://registry.access.redhat.com/ubi8/nodejs-18
12
-FROM ubi8/nodejs-18:1-81 as builder
+FROM ubi8/nodejs-18:1-86 as builder
13
# hadolint ignore=DL3002
14
USER 0
15
RUN dnf -y -q update --exclude=unbound-libs
@@ -43,7 +43,7 @@ RUN yarn build
43
# RUN rm -rf $REMOTE_SOURCES_DIR
44
45
46
-FROM ubi8/nodejs-18:1-81
+FROM ubi8/nodejs-18:1-86
47
48
49
# hadolint ignore=DL4006
0 commit comments