Skip to content

Commit 21532c1

Browse files
committed
Update dependency rclone/rclone to v1.73.4
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent 06817ff commit 21532c1

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

40-
ARG RCLONE_VERSION=v1.73.3
41-
ARG RCLONE_GIT_HASH=0f6401e57e307f4b3aea6ad9e517ae7f60674f78
40+
ARG RCLONE_VERSION=v1.73.4
41+
ARG RCLONE_GIT_HASH=984d07c9c3f71f0a65d44064c2e4cda7c1878a0f
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)