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

chore: Update from ubi8/nodejs-18-minimal:1-107 to ubi8/nodejs-18-minimal:1-115 #824

Merged
merged 2 commits into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/dockerfiles/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Builder: check meta.yamls and create index.json
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-18-minimal
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-107 as builder
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-115 as builder
USER 0

#################
Expand Down Expand Up @@ -64,7 +64,7 @@ RUN chmod -R g+rwX /build/resources

# Build registry, copying meta.yamls and index.json from builder
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/httpd-24
FROM registry.access.redhat.com/ubi8/httpd-24:1-315.1712921787 AS registry
FROM registry.access.redhat.com/ubi8/httpd-24:1-323 AS registry
USER 0

# latest httpd container doesn't include ssl cert, so generate one
Expand Down
Loading