master
Chris Kankiewicz 2022-02-09 08:33:01 -07:00
parent 4ab403ccef
commit da87605f23
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.15.0
LABEL maintainer='Chris Kankiewicz <Chris@ChrisKankiewicz.com>'
# Minecraft version
ARG MC_VERSION=1.18
ARG MC_JAR_SHA1=3cf24a8694aca6267883b17d934efacc5e44440d
ARG MC_VERSION=1.18.1
ARG MC_JAR_SHA1=125e5adf40c659fd3bce3e66e67a16bb49ecc1b9
# Set default JVM options
ENV _JAVA_OPTIONS '-Xms256M -Xmx1024M'