Skip to content

Commit

Permalink
build: update velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Jan 20, 2025
1 parent ecec933 commit fd02556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
COPY --chown=1000 --link docker /app

# Download Velocity
ADD --chown=1000 --checksum=sha256:0ed9a02dcb102b3a665ce9615691df32e919a0e7e986d86e932d52adf1bd3119 --link https://api.papermc.io/v2/projects/velocity/versions/3.4.0-SNAPSHOT/builds/458/downloads/velocity-3.4.0-SNAPSHOT-458.jar /app/velocity.jar
ADD --chown=1000 --checksum=sha256:f9c8f0c8fb8b7f88abf3ee2877599916a7922995062e24b575fe9761f74023cb --link https://api.papermc.io/v2/projects/velocity/versions/3.4.0-SNAPSHOT/builds/461/downloads/velocity-3.4.0-SNAPSHOT-461.jar /app/velocity.jar

# Run Server
EXPOSE 25565
Expand Down

0 comments on commit fd02556

Please sign in to comment.