Use Java 11

Java9 isn't available on Ubuntu anymore, which would make development harder
This commit is contained in:
2020-01-19 21:46:47 +01:00
parent 9d4b365e63
commit cd1757fac3

View File

@ -4,7 +4,7 @@ FROM jlesage/baseimage-gui:alpine-3.10-glibc
ARG DOCKER_IMAGE_VERSION=unknown
# JDK version
ARG JDK=9
ARG JDK=11
# Important directories
ARG TMP_DIR=/muwire-tmp