We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2aec27f + 90f3e49 commit 7e438d1Copy full SHA for 7e438d1
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.2
41
-ARG RCLONE_GIT_HASH=c0f03f8ac04951403431e6c1a218b7fee672ab2e
+ARG RCLONE_VERSION=v1.73.3
+ARG RCLONE_GIT_HASH=0f6401e57e307f4b3aea6ad9e517ae7f60674f78
42
43
RUN git clone --depth 1 -b ${RCLONE_VERSION} https://github.com/rclone/rclone.git
44
WORKDIR /workspace/rclone
0 commit comments