From 067ebc155a3172c6147c1017ec094eb4c61b4e0a Mon Sep 17 00:00:00 2001 From: Danielle Voznyy Date: Tue, 5 Dec 2023 12:02:01 -0500 Subject: [PATCH] Bump to keepup 1.2.2 --- minecraft.Dockerfile | 2 +- proxy.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/minecraft.Dockerfile b/minecraft.Dockerfile index 58f874b..861cc7e 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.1 +ARG KEEPUP_VERSION=1.2.2 ENV\ KEEPUP=true\ diff --git a/proxy.Dockerfile b/proxy.Dockerfile index 894e69d..95659cf 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.1 +ARG KEEPUP_VERSION=1.2.2 ENV\ KEEPUP=true\