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 1086e5e commit e823f99Copy full SHA for e823f99
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.67.0
+ARG RCLONE_GIT_HASH=93e8a976ef686a4bd8e3afaf2016734c81881507
42
43
RUN git clone --depth 1 -b ${RCLONE_VERSION} https://github.com/rclone/rclone.git
44
WORKDIR /workspace/rclone
0 commit comments