diff --git a/minecraft.Dockerfile b/minecraft.Dockerfile index a7b18f7..58f874b 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=1.2.0 +ARG KEEPUP_VERSION=1.2.1 ENV\ KEEPUP=true\ diff --git a/proxy.Dockerfile b/proxy.Dockerfile index 6a06a89..894e69d 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=1.2.0 +ARG KEEPUP_VERSION=1.2.1 ENV\ KEEPUP=true\