This commit is contained in:
Manuel Friedli 2023-04-01 00:21:20 +02:00 committed by Gitea
parent 5192cfcd86
commit ff047efd85
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM openjdk:11
FROM openjdk:17-slim
COPY target/labyrinth-server-*.jar /app/app.jar