diff --git a/minecraft.Dockerfile b/minecraft.Dockerfile index 36499d4..ff37a95 100644 --- a/minecraft.Dockerfile +++ b/minecraft.Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Offz " RUN apk add --no-cache ansible rclone wget unzip jq -ARG KEEPUP_VERSION=2.0.0-beta.2 +ARG KEEPUP_VERSION=2.0.0-beta.3 ENV\ KEEPUP=true\ diff --git a/proxy.Dockerfile b/proxy.Dockerfile index b4e0d28..c720d3c 100644 --- a/proxy.Dockerfile +++ b/proxy.Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update -y \ RUN PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install --include-deps ansible -ARG KEEPUP_VERSION=2.0.0-beta.2 +ARG KEEPUP_VERSION=2.0.0-beta.3 ENV\ KEEPUP=true\