We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ce7d9 commit bb06637Copy full SHA for bb06637
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-133.1732637110 as builder
+FROM ubi8/nodejs-18:1-135 as builder
13
# hadolint ignore=DL3002
14
USER 0
15
RUN dnf -y -q update --exclude=unbound-libs
@@ -40,7 +40,7 @@ RUN yarn build
40
# RUN rm -rf $REMOTE_SOURCES_DIR
41
42
43
-FROM ubi8/nodejs-18:1-133.1732637110
+FROM ubi8/nodejs-18:1-135
44
45
46
# hadolint ignore=DL4006
0 commit comments