Skip to content

Commit

Permalink
chore: Bump keepup
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Apr 12, 2024
1 parent 698da29 commit e60ee36
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-core rclone wget unzip jq openssh

ARG KEEPUP_VERSION=2.0.1
ARG KEEPUP_VERSION=2.0.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 @@ -18,7 +18,7 @@ COPY config/ansible-requirements.yml /opt/ansible/requirements.yml
RUN ansible-galaxy collection install -r /opt/ansible/requirements.yml -p /opt/ansible/collections \
&& rm /opt/ansible/requirements.yml

ARG KEEPUP_VERSION=2.0.1
ARG KEEPUP_VERSION=2.0.2

ENV\
KEEPUP=true\
Expand Down

0 comments on commit e60ee36

Please sign in to comment.