Compare commits

...

1 commit

Author SHA1 Message Date
Timo Ley 338fd7c8b5 chore: update velocity
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-18 12:48:34 +00:00

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/261/downloads/velocity-3.2.0-SNAPSHOT-261.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/296/downloads/velocity-3.2.0-SNAPSHOT-296.jar --output /run/velocity.jar
COPY ./start.sh /start.sh