Skip to content

Commit

Permalink
Bump keepup version
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Nov 4, 2023
1 parent 62c0eba commit 516a1c7
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

ARG KEEPUP_VERSION=1.1.2
ARG KEEPUP_VERSION=1.1.3

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.1.2
ARG KEEPUP_VERSION=1.1.3

ENV\
KEEPUP=true\
Expand Down

0 comments on commit 516a1c7

Please sign in to comment.