We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efec599 + de43f2f commit ea2edffCopy full SHA for ea2edff
Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:1.24-bullseye AS build-image
2
3
# build rclone
4
-ARG RCLONE_BRANCH=v1.69.2
+ARG RCLONE_BRANCH=v1.69.3
5
6
RUN git clone --depth 1 --branch $RCLONE_BRANCH https://github.com/rclone/rclone.git
7
RUN cd rclone && CGO_ENABLED=0 make
0 commit comments