Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit bc3d555

Browse files
che-botnickboldt
andauthored
chore: Update from ubi8/nodejs-18-minimal:1-115.1717585372 to ubi8/nodejs-18-minimal:1-119 (#835)
* chore: Update from ubi8/nodejs-18-minimal:1-115.1717585372 to ubi8/nodejs-18-minimal:1-119 Signed-off-by: Nick Boldt <nboldt@redhat.com> * chore: Update from ubi8/httpd-24:1-323.1717586534 to ubi8/httpd-24:1-327 Signed-off-by: Nick Boldt <nboldt@redhat.com> --------- Signed-off-by: Nick Boldt <nboldt@redhat.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>
1 parent 6fc1451 commit bc3d555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/dockerfiles/rhel.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Builder: check meta.yamls and create index.json
1515
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-18-minimal
16-
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-115.1717585372 as builder
16+
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-119 as builder
1717
USER 0
1818

1919
#################
@@ -64,7 +64,7 @@ RUN chmod -R g+rwX /build/resources
6464

6565
# Build registry, copying meta.yamls and index.json from builder
6666
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/httpd-24
67-
FROM registry.access.redhat.com/ubi8/httpd-24:1-323.1717586534 AS registry
67+
FROM registry.access.redhat.com/ubi8/httpd-24:1-327 AS registry
6868
USER 0
6969

7070
# latest httpd container doesn't include ssl cert, so generate one

0 commit comments

Comments
 (0)