From 3510dfc5fecb9b27763f4e0eaa54049796c6a287 Mon Sep 17 00:00:00 2001 From: Falk Zoll Date: Mon, 19 Feb 2024 14:25:12 +0100 Subject: [PATCH] Update jdk parent image to tag 'open-8u402-b06-jdk-focal'. - Update jdk parent image to ibm-semeru-runtimes:open-8u402-b06-jdk-focal to get latest vulnerability fixes. --- common/scala/Dockerfile | 2 +- tools/ow-utils/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/scala/Dockerfile b/common/scala/Dockerfile index a1cabe6f4d7..10b1d4d99ad 100644 --- a/common/scala/Dockerfile +++ b/common/scala/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # -FROM ibm-semeru-runtimes:open-8u392-b08-jdk-focal +FROM ibm-semeru-runtimes:open-8u402-b06-jdk-focal ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 diff --git a/tools/ow-utils/Dockerfile b/tools/ow-utils/Dockerfile index ce7c50e9f4d..f71d0206259 100644 --- a/tools/ow-utils/Dockerfile +++ b/tools/ow-utils/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # -FROM ibm-semeru-runtimes:open-8u392-b08-jdk-focal +FROM ibm-semeru-runtimes:open-8u402-b06-jdk-focal ENV DOCKER_VERSION 24.0.6 ENV KUBECTL_VERSION v1.16.3