diff --git a/paper-gamemode/Dockerfile b/paper-gamemode/Dockerfile index d3400c0..6dc926a 100644 --- a/paper-gamemode/Dockerfile +++ b/paper-gamemode/Dockerfile @@ -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.1" +ARG GROUNDS_PLATFORM_PLUGIN_VERSION="0.1.2" 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)." \ diff --git a/paper/Dockerfile b/paper/Dockerfile index 9e7687f..6178689 100644 --- a/paper/Dockerfile +++ b/paper/Dockerfile @@ -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.1" +ARG GROUNDS_PLATFORM_PLUGIN_VERSION="0.1.2" LABEL org.opencontainers.image.title="paper" \ org.opencontainers.image.description="A small Docker image for running a Paper Minecraft server." \