From 9ba5b79b134baa5e651eee3fe7cd2f833dfd66e8 Mon Sep 17 00:00:00 2001 From: Luke Roy <83647952+Luke-Roy-IBM@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:30:48 +0200 Subject: [PATCH] update openjdk tag to open-8u422-b05-jdk-focal (#177) Signed-off-by: Luke Roy --- common/scala/Dockerfile | 3 ++- tools/ow-utils/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/scala/Dockerfile b/common/scala/Dockerfile index 63b792abc8..1ec3c5024d 100644 --- a/common/scala/Dockerfile +++ b/common/scala/Dockerfile @@ -15,7 +15,8 @@ # limitations under the License. # -FROM ibm-semeru-runtimes:open-8u412-b08-jdk-focal +FROM ibm-semeru-runtimes:open-8u422-b05-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 4f24328f35..6c6abd1b2e 100644 --- a/tools/ow-utils/Dockerfile +++ b/tools/ow-utils/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # -FROM ibm-semeru-runtimes:open-8u412-b08-jdk-focal +FROM ibm-semeru-runtimes:open-8u422-b05-jdk-focal ENV DOCKER_VERSION 24.0.6 ENV KUBECTL_VERSION v1.16.3