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

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


The following commit(s) were added to refs/heads/master by this push:
     new 71e25c2  Switch to use adoptopenjdk/openjdk8:jdk8u172-b11-alpine for 
scala (#3732)
71e25c2 is described below

commit 71e25c201aa3ba71137dfb434a6e4fb595741956
Author: Vincent <s...@us.ibm.com>
AuthorDate: Thu Jun 7 19:16:51 2018 -0400

    Switch to use adoptopenjdk/openjdk8:jdk8u172-b11-alpine for scala (#3732)
    
    This PR changes to use the docker image with Open JDK from adoptopenjdk,
    since the image from openjdk is missing package libc6-compat, and using
    an old-version nodejs.
---
 common/scala/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scala/Dockerfile b/common/scala/Dockerfile
index 693f6d2..4400095 100644
--- a/common/scala/Dockerfile
+++ b/common/scala/Dockerfile
@@ -1,7 +1,7 @@
 # Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
 # license agreements; and to You under the Apache License, Version 2.0.
 
-FROM openjdk:8u151-jdk-alpine
+FROM adoptopenjdk/openjdk8:jdk8u172-b11-alpine
 
 ENV LANG en_US.UTF-8
 ENV LANGUAGE en_US:en

-- 
To stop receiving notification emails like this one, please contact
dube...@apache.org.

Reply via email to