Skip to content

Commit

Permalink
Bump to keepup 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Dec 5, 2023
1 parent 273a8bd commit 067ebc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minecraft.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Offz <[email protected]>"

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\
Expand Down
2 changes: 1 addition & 1 deletion proxy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit 067ebc1

Please sign in to comment.