Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smashyalts authored Feb 24, 2024
1 parent 1f68cd8 commit 08027b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM openjdk:17

ENV MINECRAFT_VERSION=1.20.2
ENV PAPER_BUILD=280
ENV CHUNKY_VERSION=1.3.92
ENV JAVA_ARGS="-Xmx2G"
ENV MINECRAFT_VERSION=1.20.4
ENV PAPER_BUILD=435
ENV CHUNKY_VERSION=1.3.136
ENV JAVA_ARGS="-Xmx4G"

ENV SEED=""

Expand Down

0 comments on commit 08027b7

Please sign in to comment.