master
Chris Kankiewicz 2021-06-08 15:44:53 -07:00
parent c2f0b39341
commit fa173101db
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.5
ARG MC_JAR_SHA1=1b557e7b033b583cd9f66746b7a9ab1ec1673ced
ARG MC_VERSION=1.17
ARG MC_JAR_SHA1=0a269b5f2c5b93b1712d0f5dc43b6182b9ab254e
# Set default JVM options
ENV _JAVA_OPTIONS '-Xms256M -Xmx1024M'