This is an automated email from the ASF dual-hosted git repository. rskraba pushed a commit to branch branch-1.9 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 61d01d700a1d03ffa35aaa2011747910e4da18af 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 8d73b67..f62d270 100644 --- a/share/docker/Dockerfile +++ b/share/docker/Dockerfile @@ -17,7 +17,7 @@ # Dockerfile for installing the necessary dependencies for building Avro. # See BUILD.txt. -FROM openjdk:8 +FROM openjdk:8-stretch WORKDIR /root CMD ["/avro/share/docker/run-tests.sh"] ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=isolemnlysweariamuptonogood \
