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

vvraskin 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 df3acee  Upgraded the Scala image to 
adoptopenjdk/openjdk8:x86_64-alpine-jdk8u202-b08. (#4318)
df3acee is described below

commit df3acee881c24527b2f74d78fa852928e8631c1e
Author: Somaya Jamil <[email protected]>
AuthorDate: Mon Mar 4 10:21:53 2019 +0100

    Upgraded the Scala image to 
adoptopenjdk/openjdk8:x86_64-alpine-jdk8u202-b08. (#4318)
---
 common/scala/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scala/Dockerfile b/common/scala/Dockerfile
index 2776d94..9505c1d 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 adoptopenjdk/openjdk8:x86_64-alpine-jdk8u172-b11
+FROM adoptopenjdk/openjdk8:x86_64-alpine-jdk8u202-b08
 
 ENV LANG en_US.UTF-8
 ENV LANGUAGE en_US:en

Reply via email to