From 516a1c7d9dc6e17327115e8d51d323b31f45967c Mon Sep 17 00:00:00 2001 From: Danielle Voznyy Date: Sat, 4 Nov 2023 19:14:58 -0400 Subject: [PATCH] Bump keepup version --- minecraft.Dockerfile | 2 +- proxy.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/minecraft.Dockerfile b/minecraft.Dockerfile index 977aa80..7277f82 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 -ARG KEEPUP_VERSION=1.1.2 +ARG KEEPUP_VERSION=1.1.3 ENV\ KEEPUP=true\ diff --git a/proxy.Dockerfile b/proxy.Dockerfile index 1fb3797..46dc6ce 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.1.2 +ARG KEEPUP_VERSION=1.1.3 ENV\ KEEPUP=true\