feat: update java and velocity
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Timo Ley 2023-05-11 09:54:37 +00:00
parent de07ba8a50
commit afd367a2c0

View file

@ -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