Skip to content

Commit 7e438d1

Browse files
Merge pull request #1959 from renovate-bot/renovate/rclone-rclone-1.x
Update dependency rclone/rclone to v1.73.3
2 parents 2aec27f + 90f3e49 commit 7e438d1

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