Skip to content

Commit c34c994

Browse files
Merge pull request #1917 from renovate-bot/renovate/rclone-rclone-1.x
Update dependency rclone/rclone to v1.73.1
2 parents a4be672 + 1a0e969 commit c34c994

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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}" -tag
3737
# Build rclone
3838
FROM golang-builder AS rclone-builder
3939

40-
ARG RCLONE_VERSION=v1.73.0
41-
ARG RCLONE_GIT_HASH=f42aa5a586cc95cfa7747e52837ae2a84832b792
40+
ARG RCLONE_VERSION=v1.73.1
41+
ARG RCLONE_GIT_HASH=c7dab94e94641a036e856b21782affd29fad2aab
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)