From 273a8bdc2dc745d434eb3ec91ce31b031621839b Mon Sep 17 00:00:00 2001 From: Danielle Voznyy Date: Mon, 4 Dec 2023 23:30:47 -0500 Subject: [PATCH] Bump keepup 1.2.1 --- minecraft.Dockerfile | 2 +- proxy.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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\