Skip to content

Commit a4e320b

Browse files
committed
Update dependency rclone/rclone to v1.64.2
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent a6c4e7b commit a4e320b

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.64.2
41+
ARG RCLONE_GIT_HASH=0b2e17b3961e593b8ed2e84e15d1a1710a88286c
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)