Skip to content
Merged
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
2 changes: 1 addition & 1 deletion paper-gamemode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG PLUGINS="plugin-agones:plugin-agones-paper:0.4.0"
# we fetch it directly with curl below. When the plugin starts publishing
# to GHCR Maven this argument can move into the PLUGINS list and the
# extra curl step can disappear.
ARG GROUNDS_PLATFORM_PLUGIN_VERSION="0.1.0"
ARG GROUNDS_PLATFORM_PLUGIN_VERSION="0.1.1"

LABEL org.opencontainers.image.title="paper-gamemode" \
org.opencontainers.image.description="Paper Minecraft server bundled with plugin-agones-paper, intended for type=gamemode workloads (Agones Fleet)." \
Expand Down
2 changes: 1 addition & 1 deletion paper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG PLUGINS=""
# we fetch it directly with curl below. When the plugin starts publishing
# to GHCR Maven this argument can move into the PLUGINS list and the
# extra curl step can disappear.
ARG GROUNDS_PLATFORM_PLUGIN_VERSION="0.1.0"
ARG GROUNDS_PLATFORM_PLUGIN_VERSION="0.1.1"

LABEL org.opencontainers.image.title="paper" \
org.opencontainers.image.description="A small Docker image for running a Paper Minecraft server." \
Expand Down