Skip to content

Commit 1868b0c

Browse files
committed
Update dependency rclone/rclone to v1.65.1
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent 381144d commit 1868b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ RUN go build -a -o manager -ldflags "-X=main.volsyncVersion=${version_arg}" main
3737
# Build rclone
3838
FROM golang-builder as rclone-builder
3939

40-
ARG RCLONE_VERSION=v1.63.1
41-
ARG RCLONE_GIT_HASH=bd1fbcae12f795f498c7ace6af9d9cc218102094
40+
ARG RCLONE_VERSION=v1.65.1
41+
ARG RCLONE_GIT_HASH=863b4125c3ef994094b1821e87518a0619f4b484
4242

4343
RUN git clone --depth 1 -b ${RCLONE_VERSION} https://github.com/rclone/rclone.git
4444
WORKDIR /workspace/rclone

0 commit comments

Comments
 (0)