Skip to content

Commit 1bc9fab

Browse files
authored
am silly
1 parent eaf98f2 commit 1bc9fab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM --platform=$TARGETPLATFORM azul/zulu-openjdk:21-jre
44
RUN apt-get update && apt-get install -y wget
55

66
# 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"
7+
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"
88

99
RUN mkdir /app
1010
WORKDIR /app

0 commit comments

Comments
 (0)