Skip to content

Commit

Permalink
Bump server to 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Desnoo authored Dec 30, 2019
1 parent 215f2cb commit bc012ab
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 @@ -10,7 +10,7 @@ ENTRYPOINT ["/usr/bin/entrypoint"]
CMD ["/bin/s6-svscan", "/etc/s6"]

ENV MINECRAFT_JAR server.jar
ENV MINECRAFT_URL https://launcher.mojang.com/v1/objects/f1a0073671057f01aa843443fef34330281333ce/${MINECRAFT_JAR}
ENV MINECRAFT_URL https://launcher.mojang.com/v1/objects/4d1826eebac84847c71a77f9349cc22afd0cf0a1/${MINECRAFT_JAR}

RUN curl --create-dirs -sLo /minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down

0 comments on commit bc012ab

Please sign in to comment.