chore: update velocity
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Timo Ley 2024-03-18 12:48:34 +00:00
parent d9c61f3c05
commit 338fd7c8b5
1 changed files with 1 additions and 1 deletions

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