Revert "Use java 7"

This reverts commit 60b2925564.
This commit is contained in:
Valentin Brandl 2020-11-20 17:39:23 +01:00
parent 185ece61b3
commit f5e5d1f182

View File

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