Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default Paper version to 1.20.5 #4

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ This can also be done non-persistently with the following ethtool command: <pre>

<h2>Update History</h2>
<ul>
<li>April 26th 2024</li>
<ul>
<li>Updated default version to 1.20.5 (remember, you never need to wait for updates to change Minecraft versions, just use -e Version=1.20.5)</li>
</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>
Expand Down Expand Up @@ -302,4 +306,4 @@ This can also be done non-persistently with the following ethtool command: <pre>
<ul>
<li>Initial release -- thanks to everyone who kept asking about it so I would finally put it together!</li>
</ul>
</ul>
</ul>
2 changes: 1 addition & 1 deletion amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV Port=25565
ENV MaxMemory=

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

# 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 @@ -24,7 +24,7 @@ ENV Port=25565
ENV MaxMemory=

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

# 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 @@ -24,7 +24,7 @@ ENV Port=25565
ENV MaxMemory=

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

# 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 @@ -24,7 +24,7 @@ ENV Port=25565
ENV MaxMemory=

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

# 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 @@ -24,7 +24,7 @@ ENV Port=25565
ENV MaxMemory=

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

# 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 @@ -24,7 +24,7 @@ ENV Port=25565
ENV MaxMemory=

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

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