diff --git a/Dockerfile b/Dockerfile index c64a941..9986a63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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