Update version
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Timo Ley 2022-01-22 20:57:14 +00:00
parent 5464359251
commit de07ba8a50

View file

@ -1,6 +1,6 @@
FROM adoptopenjdk/openjdk16:alpine-jre
RUN apk add --no-cache curl && curl https://versions.velocitypowered.com/download/3.0.1.jar --output /run/velocity.jar
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
COPY ./start.sh /start.sh