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 fa9a9c9 commit 7ec9b20Copy full SHA for 7ec9b20
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.68.1
+ARG RCLONE_GIT_HASH=8d78768aaad75e8ff634981458990a66820093fd
43
44
RUN git clone --depth 1 -b ${RCLONE_VERSION} https://github.com/rclone/rclone.git
45
WORKDIR /workspace/rclone
0 commit comments