Skip to content

Commit efec599

Browse files
Merge pull request #20 from infinityofspace/use_rclone_v1.69.2
bump rclone version to v1.69.2
2 parents 2b55223 + d4d7923 commit efec599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.24-bullseye AS build-image
22

33
# build rclone
4-
ARG RCLONE_BRANCH=v1.69.1
4+
ARG RCLONE_BRANCH=v1.69.2
55

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

0 commit comments

Comments
 (0)