From afd367a2c0ec3521b123312eacd23f1bef7f827a Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Thu, 11 May 2023 09:54:37 +0000 Subject: [PATCH] feat: update java and velocity --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9986a63..0b3da29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM adoptopenjdk/openjdk16:alpine-jre +FROM eclipse-temurin:17-jre-alpine -RUN apk add --no-cache curl && curl https://papermc.io/api/v2/projects/velocity/versions/3.1.1/builds/98/downloads/velocity-3.1.1-98.jar --output /run/velocity.jar +RUN apk add --no-cache curl && curl https://api.papermc.io/v2/projects/velocity/versions/3.2.0-SNAPSHOT/builds/252/downloads/velocity-3.2.0-SNAPSHOT-252.jar --output /run/velocity.jar COPY ./start.sh /start.sh