master
Chris Kankiewicz 2021-05-19 08:32:18 -07:00
parent 3c8112134a
commit c2f0b39341
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.13.5
LABEL maintainer='Chris Kankiewicz <Chris@ChrisKankiewicz.com>'
# Minecraft version
ARG MC_VERSION=1.16.4
ARG MC_JAR_SHA1=35139deedbd5182953cf1caa23835da59ca3d7cd
ARG MC_VERSION=1.16.5
ARG MC_JAR_SHA1=1b557e7b033b583cd9f66746b7a9ab1ec1673ced
# Set default JVM options
ENV _JAVA_OPTIONS '-Xms256M -Xmx1024M'