Skip to content

Commit

Permalink
Merge pull request #12 from infinityofspace/bump-kopia-0.18.1
Browse files Browse the repository at this point in the history
use kopia 0.18.1
  • Loading branch information
infinityofspace authored Nov 18, 2024
2 parents 98b0aa2 + 9602bf0 commit ff02051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN git clone --depth 1 --branch $RCLONE_BRANCH https://github.com/rclone/rclone
RUN cd rclone && CGO_ENABLED=0 make

# build kopia
ARG KOPIA_BRANCH=v0.17.0
ARG KOPIA_BRANCH=v0.18.1

RUN git clone --depth 1 --branch $KOPIA_BRANCH https://github.com/kopia/kopia.git

Expand Down

0 comments on commit ff02051

Please sign in to comment.