Use Java 11

Java9 isn't available on Ubuntu anymore, which would make development harder
pull/37/head
LoveIsGrief 2020-01-19 21:46:47 +01:00
parent 9d4b365e63
commit cd1757fac3
No known key found for this signature in database
GPG Key ID: E96D1EDFA05345EB
1 changed files with 1 additions and 1 deletions

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