We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9129500 + 21532c1 commit 18a7c03Copy full SHA for 18a7c03
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.3
41
-ARG RCLONE_GIT_HASH=0f6401e57e307f4b3aea6ad9e517ae7f60674f78
+ARG RCLONE_VERSION=v1.73.4
+ARG RCLONE_GIT_HASH=984d07c9c3f71f0a65d44064c2e4cda7c1878a0f
42
43
RUN git clone --depth 1 -b ${RCLONE_VERSION} https://github.com/rclone/rclone.git
44
WORKDIR /workspace/rclone
0 commit comments