master
Chris Kankiewicz 2020-11-15 12:37:56 -07:00
parent 7573ce404b
commit 234d728106
No known key found for this signature in database
GPG Key ID: 474E915709CEB5EB
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ FROM alpine:3.12.1
LABEL maintainer='Chris Kankiewicz <Chris@ChrisKankiewicz.com>'
# Minecraft version
ARG MC_VERSION=1.16.3
ARG MC_JAR_SHA1=f02f4473dbf152c23d7d484952121db0b36698cb
ARG MC_VERSION=1.16.4
ARG MC_JAR_SHA1=35139deedbd5182953cf1caa23835da59ca3d7cd
# Set jar file URL
ARG JAR_URL=https://launcher.mojang.com/v1/objects/${MC_JAR_SHA1}/server.jar