This is an automated email from the ASF dual-hosted git repository.

lukeroy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 73ef411  Use ibm-semeru-runtimes:open-8u412-b08-jre-focal. (#163)
73ef411 is described below

commit 73ef411142c317b085561409169d7208d9e187dc
Author: falkzoll <falkz...@de.ibm.com>
AuthorDate: Fri Jun 7 15:12:48 2024 +0200

    Use ibm-semeru-runtimes:open-8u412-b08-jre-focal. (#163)
    
    - Update parent image to ibm-semeru-runtimes:open-8u412-b08-jre-focal to 
get latest vulnerability fixes.
---
 core/java8/CHANGELOG.md           | 2 +-
 core/java8/Dockerfile             | 2 +-
 core/java8actionloop/CHANGELOG.md | 2 +-
 core/java8actionloop/Dockerfile   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/java8/CHANGELOG.md b/core/java8/CHANGELOG.md
index c88d80c..c5949d1 100644
--- a/core/java8/CHANGELOG.md
+++ b/core/java8/CHANGELOG.md
@@ -20,7 +20,7 @@
 # Java 8 OpenWhisk Runtime Container
 
 # next Release
-- use `ibm-semeru-runtimes:open-8u402-b06-jdk-focal` as baseimage
+- use `ibm-semeru-runtimes:open-8u412-b08-jdk-focal` as baseimage
 
 # 1.19.0
  - use `ibm-semeru-runtimes:open-8u382-b05-jdk-focal` as baseimage
diff --git a/core/java8/Dockerfile b/core/java8/Dockerfile
index 24dba5f..1c00342 100644
--- a/core/java8/Dockerfile
+++ b/core/java8/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
-FROM ibm-semeru-runtimes:open-8u402-b06-jdk-focal
+FROM ibm-semeru-runtimes:open-8u412-b08-jdk-focal
 
 RUN rm -rf /var/lib/apt/lists/* \
     && apt-get clean \
diff --git a/core/java8actionloop/CHANGELOG.md 
b/core/java8actionloop/CHANGELOG.md
index 2e0f1a0..bcccba8 100644
--- a/core/java8actionloop/CHANGELOG.md
+++ b/core/java8actionloop/CHANGELOG.md
@@ -20,7 +20,7 @@
 # Java 8 OpenWhisk Runtime Container
 
 # next Release
-- use `ibm-semeru-runtimes:open-8u402-b06-jdk-focal` as baseimage
+- use `ibm-semeru-runtimes:open-8u412-b08-jdk-focal` as baseimage
 
 # 1.19.0
  - use `ibm-semeru-runtimes:open-8u382-b05-jdk-focal` as baseimage
diff --git a/core/java8actionloop/Dockerfile b/core/java8actionloop/Dockerfile
index 519bd9d..f22d84b 100644
--- a/core/java8actionloop/Dockerfile
+++ b/core/java8actionloop/Dockerfile
@@ -34,7 +34,7 @@ RUN curl -sL \
   && GO111MODULE=on CGO_ENABLED=0 go build -o /bin/proxy
 
 # Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
-FROM ibm-semeru-runtimes:open-8u402-b06-jdk-focal
+FROM ibm-semeru-runtimes:open-8u412-b08-jdk-focal
 
 # select the builder to use
 ARG GO_PROXY_BUILD_FROM=release

Reply via email to