Skip to content

Commit

Permalink
Bump keepup
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Feb 13, 2024
1 parent 4da4fe3 commit ed82d8e
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 <offz@mineinabyss.com>"

RUN apk add --no-cache ansible rclone wget unzip jq

ARG KEEPUP_VERSION=2.0.0-beta.2
ARG KEEPUP_VERSION=2.0.0-beta.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=2.0.0-beta.2
ARG KEEPUP_VERSION=2.0.0-beta.3

ENV\
KEEPUP=true\
Expand Down

0 comments on commit ed82d8e

Please sign in to comment.