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
4 changes: 2 additions & 2 deletions rhel/ubi9/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.6-1756915113 AS jre-build
FROM registry.access.redhat.com/ubi9/ubi:9.6-1758184894 AS jre-build

ARG JAVA_VERSION=17.0.16_8

Expand Down Expand Up @@ -33,7 +33,7 @@ RUN case "$(jlink --version 2>&1)" in \
--no-header-files \
--output /javaruntime

FROM registry.access.redhat.com/ubi9/ubi:9.6-1756915113 AS controller
FROM registry.access.redhat.com/ubi9/ubi:9.6-1758184894 AS controller

ENV LANG=C.UTF-8

Expand Down