This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 860235d update java base images to pick up security fixes (#4977)
860235d is described below
commit 860235d57364a5cc210fb4fab5eb7507e618d614
Author: David Grove <[email protected]>
AuthorDate: Wed Sep 16 11:00:36 2020 -0400
update java base images to pick up security fixes (#4977)
---
common/scala/Dockerfile | 2 +-
common/scala/Dockerfile-debian | 3 ++-
tools/ow-utils/Dockerfile | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/common/scala/Dockerfile b/common/scala/Dockerfile
index 0c6ba98..6db867f 100644
--- a/common/scala/Dockerfile
+++ b/common/scala/Dockerfile
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-FROM adoptopenjdk/openjdk11-openj9:x86_64-alpine-jdk-11.0.6_10_openj9-0.18.1
+FROM adoptopenjdk/openjdk11-openj9:x86_64-alpine-jdk-11.0.8_10_openj9-0.21.0
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
diff --git a/common/scala/Dockerfile-debian b/common/scala/Dockerfile-debian
index 4373a4a..41861f0 100644
--- a/common/scala/Dockerfile-debian
+++ b/common/scala/Dockerfile-debian
@@ -14,7 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-FROM
adoptopenjdk/openjdk11-openj9:x86_64-debian-jdk-11.0.6_10_openj9-0.18.1-slim
+FROM
adoptopenjdk/openjdk11-openj9:x86_64-debian-jdk-11.0.8_10_openj9-0.21.0-slim
+
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 392d044..06037bf 100644
--- a/tools/ow-utils/Dockerfile
+++ b/tools/ow-utils/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM adoptopenjdk/openjdk8:jdk8u191-b12
+FROM adoptopenjdk/openjdk8:jdk8u262-b10
ENV DOCKER_VERSION 1.12.0
ENV KUBECTL_VERSION v1.16.3