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 381144d commit 1868b0cCopy full SHA for 1868b0c
Dockerfile
@@ -37,8 +37,8 @@ RUN go build -a -o manager -ldflags "-X=main.volsyncVersion=${version_arg}" main
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.65.1
+ARG RCLONE_GIT_HASH=863b4125c3ef994094b1821e87518a0619f4b484
42
43
RUN git clone --depth 1 -b ${RCLONE_VERSION} https://github.com/rclone/rclone.git
44
WORKDIR /workspace/rclone
0 commit comments