master
Chris Kankiewicz 2022-07-29 14:31:14 -07:00 committed by GitHub
parent 9fb1b57e08
commit 1d67ffb404
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.16.0
LABEL maintainer='Chris Kankiewicz <Chris@ChrisKankiewicz.com>'
# Minecraft version
ARG MC_VERSION=1.19
ARG MC_JAR_SHA1=e00c4052dac1d59a1188b2aa9d5a87113aaf1122
ARG MC_VERSION=1.19.1
ARG MC_JAR_SHA1=8399e1211e95faa421c1507b322dbeae86d604df
# Set default JVM options
ENV _JAVA_OPTIONS '-Xms256M -Xmx1024M'