We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4be672 + 1a0e969 commit c34c994Copy full SHA for c34c994
1 file changed
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.73.0
41
-ARG RCLONE_GIT_HASH=f42aa5a586cc95cfa7747e52837ae2a84832b792
+ARG RCLONE_VERSION=v1.73.1
+ARG RCLONE_GIT_HASH=c7dab94e94641a036e856b21782affd29fad2aab
42
43
RUN git clone --depth 1 -b ${RCLONE_VERSION} https://github.com/rclone/rclone.git
44
WORKDIR /workspace/rclone
0 commit comments