We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0d01f commit 900f6efCopy full SHA for 900f6ef
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-135.1735831624 as builder
+FROM registry.access.redhat.com/ubi8/nodejs-18:1-135.1736298172 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-135.1735831624
+FROM registry.access.redhat.com/ubi8/nodejs-18:1-135.1736298172
24
25
26
# hadolint ignore=DL4006
0 commit comments