Skip to content
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
2 changes: 1 addition & 1 deletion frontend/docker/Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN yarn build
# builder β€” the runtime does not need the full dependency tree.
#
# See: https://catalog.redhat.com/en/software/containers/ubi9/nodejs-24-minimal/67f62622a7637197c48f87ab
FROM registry.access.redhat.com/ubi9/nodejs-24-minimal:9.8-1788215621
FROM registry.access.redhat.com/ubi9/nodejs-24-minimal:9.8-1789008029

WORKDIR /opt/app-root/src

Expand Down
Loading