Skip to content

Commit 1a0e969

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

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)