Skip to content

Commit 18a7c03

Browse files
Merge pull request #1976 from renovate-bot/renovate/rclone-rclone-1.x
Update dependency rclone/rclone to v1.73.4
2 parents 9129500 + 21532c1 commit 18a7c03

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)