We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b55223 + d4d7923 commit efec599Copy full SHA for efec599
Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:1.24-bullseye AS build-image
2
3
# build rclone
4
-ARG RCLONE_BRANCH=v1.69.1
+ARG RCLONE_BRANCH=v1.69.2
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