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 fe65616 Use ibm-semeru-runtimes:open-8u422-b05-jdk-focal. (#164)
fe65616 is described below
commit fe656163112b0f07a8e7078dc6fdfe60371bc6b2
Author: falkzoll <[email protected]>
AuthorDate: Thu Aug 22 15:40:44 2024 +0200
Use ibm-semeru-runtimes:open-8u422-b05-jdk-focal. (#164)
- Update parent image to ibm-semeru-runtimes:open-8u422-b05-jdk-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 c5949d1..2083272 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-8u412-b08-jdk-focal` as baseimage
+- use `ibm-semeru-runtimes:open-8u422-b05-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 1c00342..2a79e87 100644
--- a/core/java8/Dockerfile
+++ b/core/java8/Dockerfile
@@ -16,7 +16,7 @@
#
# Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
-FROM ibm-semeru-runtimes:open-8u412-b08-jdk-focal
+FROM ibm-semeru-runtimes:open-8u422-b05-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 bcccba8..5b20aba 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-8u412-b08-jdk-focal` as baseimage
+- use `ibm-semeru-runtimes:open-8u422-b05-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 f22d84b..519860c 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-8u412-b08-jdk-focal
+FROM ibm-semeru-runtimes:open-8u422-b05-jdk-focal
# select the builder to use
ARG GO_PROXY_BUILD_FROM=release