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 20a2a8c commit 61adfacCopy full SHA for 61adfac
build/dockerfiles/rhel.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 registry.access.redhat.com/ubi8/nodejs-18:1-128 as builder
+FROM registry.access.redhat.com/ubi8/nodejs-18:1-133 as builder
13
# hadolint ignore=DL3002
14
USER 0
15
RUN dnf -y -q update --exclude=unbound-libs
@@ -20,7 +20,7 @@ RUN npm i -g yarn; yarn install
20
RUN yarn build
21
22
23
-FROM registry.access.redhat.com/ubi8/nodejs-18:1-128
+FROM registry.access.redhat.com/ubi8/nodejs-18:1-133
24
25
26
# hadolint ignore=DL4006
0 commit comments