Merge pull request #4 from dalins/master

Updated to 1.15
master
Chris Kankiewicz 2019-12-10 15:52:40 -07:00 committed by GitHub
commit f940735f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ FROM alpine:3.10
LABEL maintainer='Chris Kankiewicz <Chris@ChrisKankiewicz.com>'
# Minecraft version
ARG MC_VERSION=1.14.4
ARG MC_JAR_SHA1=3dc3d84a581f14691199cf6831b71ed1296a9fdf
ARG MC_VERSION=1.15
ARG MC_JAR_SHA1=e9f105b3c5c7e85c7b445249a93362a22f62442d
# Set jar file URL
ARG JAR_URL=https://launcher.mojang.com/v1/objects/${MC_JAR_SHA1}/server.jar