Skip to content

Commit

Permalink
Merge pull request #11 from infinityofspace/bump-rclone-v1.68.2
Browse files Browse the repository at this point in the history
bump rclone version to v1.68.2
  • Loading branch information
infinityofspace authored Nov 16, 2024
2 parents b0eb777 + ca12d3d commit 98b0aa2
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
@@ -1,7 +1,7 @@
FROM golang:1.22-bullseye AS build-image

# build rclone
ARG RCLONE_BRANCH=v1.68.1
ARG RCLONE_BRANCH=v1.68.2

RUN git clone --depth 1 --branch $RCLONE_BRANCH https://github.com/rclone/rclone.git
RUN cd rclone && CGO_ENABLED=0 make
Expand Down

0 comments on commit 98b0aa2

Please sign in to comment.