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 282a298 commit abb2911Copy full SHA for abb2911
Dockerfile
@@ -38,8 +38,8 @@ RUN go build -a -o manager -ldflags "-X=main.volsyncVersion=${version_arg}" -tag
38
# Build rclone
39
FROM golang-builder AS rclone-builder
40
41
-ARG RCLONE_VERSION=v1.63.1
42
-ARG RCLONE_GIT_HASH=bd1fbcae12f795f498c7ace6af9d9cc218102094
+ARG RCLONE_VERSION=v1.69.1
+ARG RCLONE_GIT_HASH=4e77a4ff73645f45873188de2683067d6756038e
43
44
RUN git clone --depth 1 -b ${RCLONE_VERSION} https://github.com/rclone/rclone.git
45
WORKDIR /workspace/rclone
0 commit comments