master
Chris Kankiewicz 2020-08-16 12:49:11 -07:00 committed by GitHub
parent 220ce62834
commit 1affed0f86
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.12.0
LABEL maintainer='Chris Kankiewicz <Chris@ChrisKankiewicz.com>'
# Minecraft version
ARG MC_VERSION=1.16.1
ARG MC_JAR_SHA1=a412fd69db1f81db3f511c1463fd304675244077
ARG MC_VERSION=1.16.2
ARG MC_JAR_SHA1=c5f6fb23c3876461d46ec380421e42b289789530
# Set jar file URL
ARG JAR_URL=https://launcher.mojang.com/v1/objects/${MC_JAR_SHA1}/server.jar