feat: update to build 261
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-08-10 15:47:03 +00:00
parent afd367a2c0
commit d9c61f3c05

View file

@ -1,6 +1,6 @@
FROM eclipse-temurin:17-jre-alpine
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
RUN apk add --no-cache curl && curl https://api.papermc.io/v2/projects/velocity/versions/3.2.0-SNAPSHOT/builds/261/downloads/velocity-3.2.0-SNAPSHOT-261.jar --output /run/velocity.jar
COPY ./start.sh /start.sh