Skip to content

Commit

Permalink
build: update velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Dec 25, 2024
1 parent 2d6700e commit 0b5ad85
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:bb54dcd34751bf8e345d0a39199eb985d64d07f8626810ed7b0e058f47d595c0 --link https://api.papermc.io/v2/projects/velocity/versions/3.4.0-SNAPSHOT/builds/453/downloads/velocity-3.4.0-SNAPSHOT-453.jar /app/velocity.jar
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

# Run Server
EXPOSE 25565
Expand Down

0 comments on commit 0b5ad85

Please sign in to comment.