master
Chris Kankiewicz 2021-07-10 17:28:55 -07:00 committed by GitHub
parent 6c0b09f337
commit e01238fc10
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.13.5
LABEL maintainer='Chris Kankiewicz <Chris@ChrisKankiewicz.com>'
# Minecraft version
ARG MC_VERSION=1.17
ARG MC_JAR_SHA1=0a269b5f2c5b93b1712d0f5dc43b6182b9ab254e
ARG MC_VERSION=1.17.1
ARG MC_JAR_SHA1=a16d67e5807f57fc4e550299cf20226194497dc2
# Set default JVM options
ENV _JAVA_OPTIONS '-Xms256M -Xmx1024M'