diff --git a/11/debian/bullseye-slim/hotspot/Dockerfile b/11/debian/bullseye-slim/hotspot/Dockerfile index d8bb6403a..961c031d4 100644 --- a/11/debian/bullseye-slim/hotspot/Dockerfile +++ b/11/debian/bullseye-slim/hotspot/Dockerfile @@ -8,7 +8,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM debian:bullseye-20230208-slim +FROM debian:bullseye-20230227-slim RUN apt-get update \ && apt-get install -y --no-install-recommends \ diff --git a/11/debian/bullseye/hotspot/Dockerfile b/11/debian/bullseye/hotspot/Dockerfile index f234c396a..9781dd40b 100644 --- a/11/debian/bullseye/hotspot/Dockerfile +++ b/11/debian/bullseye/hotspot/Dockerfile @@ -6,7 +6,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM debian:bullseye-20230208 +FROM debian:bullseye-20230227 RUN apt-get update \ && apt-get install -y --no-install-recommends \ diff --git a/17/debian/bullseye-slim/hotspot/Dockerfile b/17/debian/bullseye-slim/hotspot/Dockerfile index 53ae0f9c8..3005c9be3 100644 --- a/17/debian/bullseye-slim/hotspot/Dockerfile +++ b/17/debian/bullseye-slim/hotspot/Dockerfile @@ -8,7 +8,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM debian:bullseye-20230208-slim +FROM debian:bullseye-20230227-slim RUN apt-get update \ && apt-get install -y --no-install-recommends \ diff --git a/17/debian/bullseye/hotspot/Dockerfile b/17/debian/bullseye/hotspot/Dockerfile index 19f3519e9..cbf8acc73 100644 --- a/17/debian/bullseye/hotspot/Dockerfile +++ b/17/debian/bullseye/hotspot/Dockerfile @@ -6,7 +6,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM debian:bullseye-20230208 +FROM debian:bullseye-20230227 RUN apt-get update \ && apt-get install -y --no-install-recommends \ diff --git a/17/rhel/ubi9/hotspot/Dockerfile b/17/rhel/ubi9/hotspot/Dockerfile index d6c47ff2f..7fe221aea 100644 --- a/17/rhel/ubi9/hotspot/Dockerfile +++ b/17/rhel/ubi9/hotspot/Dockerfile @@ -9,7 +9,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM registry.access.redhat.com/ubi9/ubi:9.1.0-1750.1675784955 +FROM registry.access.redhat.com/ubi9/ubi:9.1.0-1782 ENV LANG C.UTF-8