We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a9449 commit d8039a5Copy full SHA for d8039a5
Dockerfile
@@ -37,8 +37,8 @@ RUN go build -a -o manager -ldflags "-X=main.volsyncVersion=${version_arg}" -tag
37
# Build rclone
38
FROM golang-builder AS rclone-builder
39
40
-ARG RCLONE_VERSION=v1.63.1
41
-ARG RCLONE_GIT_HASH=bd1fbcae12f795f498c7ace6af9d9cc218102094
+ARG RCLONE_VERSION=v1.69.3
+ARG RCLONE_GIT_HASH=80727496fc42105c4f50e4aa5b84456686643d75
42
43
RUN git clone --depth 1 -b ${RCLONE_VERSION} https://github.com/rclone/rclone.git
44
WORKDIR /workspace/rclone
0 commit comments