Skip to content

Commit 61adfac

Browse files
che-botnickboldt
andauthored
chore: Update from ubi8/nodejs-18:1-128 to ubi8/nodejs-18:1-133 (#1257)
Signed-off-by: Nick Boldt <nboldt@redhat.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>
1 parent 20a2a8c commit 61adfac

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-128 as builder
12+
FROM registry.access.redhat.com/ubi8/nodejs-18:1-133 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-128
23+
FROM registry.access.redhat.com/ubi8/nodejs-18:1-133
2424
# hadolint ignore=DL3002
2525
USER 0
2626
# hadolint ignore=DL4006

0 commit comments

Comments
 (0)