Skip to content

Commit

Permalink
Update to new version: v106
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbaele committed Sep 23, 2020
1 parent cc399f2 commit ea1ebb8
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
@@ -1,5 +1,5 @@
From openjdk:8-jre-slim
RUN apt-get update
RUN apt-get install curl -y
RUN curl -L https://github.com/Anuken/Mindustry/releases/download/v104.6/server-release.jar > server-release.jar
RUN curl -L https://github.com/Anuken/Mindustry/releases/download/v106/server-release.jar > server-release.jar
CMD java -jar server-release.jar

0 comments on commit ea1ebb8

Please sign in to comment.