Use java 7

This commit is contained in:
Valentin Brandl 2020-11-04 19:03:30 +01:00
parent 3aa8381dec
commit 60b2925564

View File

@ -1,4 +1,4 @@
FROM openjdk:8-slim
FROM openjdk:7-slim
COPY Server/ /server/
WORKDIR /server/