Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update registry.access.redhat.com/ubi9/nodejs-18 Docker digest to 4fe95e3 (main) #121

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .konflux/dockerfiles/hub-ui.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --- builder image
ARG NODEJS_BUILDER=registry.access.redhat.com/ubi9/nodejs-18@sha256:2a1be612f6f2f71fcdbe5b5237ab2b2765b7d37ebbfe1d715e966c7c8002c1b7
ARG NODEJS_BUILDER=registry.access.redhat.com/ubi9/nodejs-18@sha256:4fe95e318652c8fba28315ab34f0be9b0b5f8635e56802048bbec13b6a2eafaa
ARG RUNTIME=registry.access.redhat.com/ubi9/nginx-122@sha256:8ee7d281b763ff3aaee701babee0411d0ecc0726d7b85d3ad25183a51abe5b6b

FROM $NODEJS_BUILDER AS builder
Expand Down