From 09bf80c7831da3d3c891a8b46b400d3e81389fdc Mon Sep 17 00:00:00 2001 From: Hendrik Brombeer Date: Wed, 6 May 2026 20:08:38 +0200 Subject: [PATCH] feat(paper,paper-gamemode): bump plugin-grounds-platform to 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New MOTD format and the GROUNDS_PUSH_ID-derived version tag — see groundsgg/plugin-grounds-platform v0.1.1. --- paper-gamemode/Dockerfile | 2 +- paper/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paper-gamemode/Dockerfile b/paper-gamemode/Dockerfile index e6bec53..d3400c0 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.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)." \ diff --git a/paper/Dockerfile b/paper/Dockerfile index bc25980..9e7687f 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.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." \