Skip to content

Commit b8e1b1a

Browse files
Merge pull request #2081 from falconizmi/cherry-pick-2063-to-release-0.16
[release-0.16] Update dependency rclone/rclone to v1.74.4
2 parents af0b3a9 + f13271d commit b8e1b1a

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.74.2
41-
ARG RCLONE_GIT_HASH=b22fe9811c672e4d226ae2c054d7c965d8783805
40+
ARG RCLONE_VERSION=v1.74.4
41+
ARG RCLONE_GIT_HASH=5bc93a2a7ab0ebd0a11352bc4968eabeffb18027
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)