Skip to content

Commit abb2911

Browse files
committed
Update dependency rclone/rclone to v1.69.1
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent 282a298 commit abb2911

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
@@ -38,8 +38,8 @@ RUN go build -a -o manager -ldflags "-X=main.volsyncVersion=${version_arg}" -tag
3838
# Build rclone
3939
FROM golang-builder AS rclone-builder
4040

41-
ARG RCLONE_VERSION=v1.63.1
42-
ARG RCLONE_GIT_HASH=bd1fbcae12f795f498c7ace6af9d9cc218102094
41+
ARG RCLONE_VERSION=v1.69.1
42+
ARG RCLONE_GIT_HASH=4e77a4ff73645f45873188de2683067d6756038e
4343

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

0 commit comments

Comments
 (0)