Skip to content

Commit

Permalink
Update to new version: v101
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbaele committed Dec 12, 2019
1 parent 1cc2412 commit 73361c4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM alpine:3.10 AS download
RUN apk add --no-cache curl
RUN curl -o /server-release.jar -L https://github.com/Anuken/Mindustry/releases/download/v100/server-release.jar

FROM openjdk:8-jre-slim
COPY --from=download server-release.jar .
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/v101/server-release.jar > server-release.jar
CMD java -jar server-release.jar

0 comments on commit 73361c4

Please sign in to comment.