We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf98f2 commit 1bc9fabCopy full SHA for 1bc9fab
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ FROM --platform=$TARGETPLATFORM azul/zulu-openjdk:21-jre
4
RUN apt-get update && apt-get install -y wget
5
6
# We manually set the Velocity version to avoid bugs
7
-ENV VELOCITY_JAR_URL "https://api.papermc.io/v2/projects/velocity/versions/3.4.0-SNAPSHOT/builds/483/downloads/velocity-3.4.0-SNAPSHOT-509.jar"
+ENV VELOCITY_JAR_URL "https://api.papermc.io/v2/projects/velocity/versions/3.4.0-SNAPSHOT/builds/509/downloads/velocity-3.4.0-SNAPSHOT-509.jar"
8
9
RUN mkdir /app
10
WORKDIR /app
0 commit comments