This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new ad2a893 AVRO-2732: Fix openjdk changes by using stretch base image
(#809)
ad2a893 is described below
commit ad2a8933d45488e4b0b306d14e1be50a87c33cf3
Author: RyanSkraba <[email protected]>
AuthorDate: Tue Feb 11 12:54:10 2020 +0100
AVRO-2732: Fix openjdk changes by using stretch base image (#809)
---
share/docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 6325b14..1cb013a 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -18,7 +18,7 @@
# See BUILD.txt.
# Despite this base, JDK8 is used by default. See below.
-FROM openjdk:11
+FROM openjdk:11-stretch
WORKDIR /root
ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=isolemnlysweariamuptonogood \