Skip to content

Commit 900f6ef

Browse files
nickboldtolexii4
authored andcommitted
chore: Update from ubi8/nodejs-18:1-135.1735831624 to ubi8/nodejs-18:1-135.1736298172
Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent 6c0d01f commit 900f6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/dockerfiles/rhel.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 registry.access.redhat.com/ubi8/nodejs-18:1-135.1735831624 as builder
12+
FROM registry.access.redhat.com/ubi8/nodejs-18:1-135.1736298172 as builder
1313
# hadolint ignore=DL3002
1414
USER 0
1515
RUN dnf -y -q update --exclude=unbound-libs
@@ -20,7 +20,7 @@ RUN npm i -g yarn; yarn install
2020
RUN yarn build
2121

2222
# https://registry.access.redhat.com/ubi8/nodejs-18
23-
FROM registry.access.redhat.com/ubi8/nodejs-18:1-135.1735831624
23+
FROM registry.access.redhat.com/ubi8/nodejs-18:1-135.1736298172
2424
# hadolint ignore=DL3002
2525
USER 0
2626
# hadolint ignore=DL4006

0 commit comments

Comments
 (0)