Skip to content

Commit

Permalink
Change default version to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Dec 14, 2023
1 parent 80c5489 commit fc9c7e4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ This can also be done non-persistently with the following ethtool command: <pre>

<h2>Update History</h2>
<ul>
<li>December 13th 2023</li>
<ul>
<li>Updated default version to 1.20.4 (remember, you never need to wait for updates to change Minecraft versions, just use -e Version=1.20.4)</li>
</ul>
<li>November 26th 2023</li>
<ul>
<li>Fix Geyser and Spigot updates after they stopped using Jenkins (downloads every server start, no MD5 anymore unfortunately to check for updates with)</li>
Expand Down
2 changes: 1 addition & 1 deletion amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV BedrockPort=19132
ENV MaxMemory=

# Optional Paper Minecraft Version override
ENV Version="1.20.2"
ENV Version="1.20.4"

# Optional Timezone
ENV TZ="America/Denver"
Expand Down
2 changes: 1 addition & 1 deletion arm64v8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV BedrockPort=19132
ENV MaxMemory=

# Optional Paper Minecraft Version override
ENV Version="1.20.2"
ENV Version="1.20.4"

# Optional Timezone
ENV TZ="America/Denver"
Expand Down
2 changes: 1 addition & 1 deletion armv7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV BedrockPort=19132
ENV MaxMemory=

# Optional Paper Minecraft Version override
ENV Version="1.20.2"
ENV Version="1.20.4"

# Optional Timezone
ENV TZ="America/Denver"
Expand Down
2 changes: 1 addition & 1 deletion ppc64le.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV BedrockPort=19132
ENV MaxMemory=

# Optional Paper Minecraft Version override
ENV Version="1.20.2"
ENV Version="1.20.4"

# Optional Timezone
ENV TZ="America/Denver"
Expand Down
2 changes: 1 addition & 1 deletion riscv64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV BedrockPort=19132
ENV MaxMemory=

# Optional Paper Minecraft Version override
ENV Version="1.20.2"
ENV Version="1.20.4"

# Optional Timezone
ENV TZ="America/Denver"
Expand Down
2 changes: 1 addition & 1 deletion s390x.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV BedrockPort=19132
ENV MaxMemory=

# Optional Paper Minecraft Version override
ENV Version="1.20.2"
ENV Version="1.20.4"

# Optional Timezone
ENV TZ="America/Denver"
Expand Down

0 comments on commit fc9c7e4

Please sign in to comment.