Skip to content

Commit 566efa7

Browse files
committed
Docker: Bump Rclone version v1.69.0
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent e0c3beb commit 566efa7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.ffmpeg/Dockerfile

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
FROM ubuntu:noble AS builder
22
ARG FFMPEG_VERSION="7.1"
3-
ARG RCLONE_VER="v1.68.2"
3+
ARG RCLONE_VER="v1.69.0"
44
ARG GO_VERSION="latest"
5-
ARG GO_CRYPTO_VERSION="v0.31.0"
6-
ARG GO_NET_VERSION="v0.33.0"
75

86
USER root
97

@@ -33,9 +31,9 @@ RUN cd /usr/local/src \
3331
&& cd rclone \
3432
&& git checkout ${RCLONE_VER} \
3533
# Patch deps version in go.mod to fix CVEs
36-
&& sed -i "s|golang.org/x/crypto v.*|golang.org/x/crypto ${GO_CRYPTO_VERSION}|g" go.mod \
37-
&& sed -i "s|golang.org/x/net v.*|golang.org/x/net ${GO_NET_VERSION}|g" go.mod \
38-
&& go mod tidy \
34+
# && sed -i "s|golang.org/x/crypto v.*|golang.org/x/crypto ${GO_CRYPTO_VERSION}|g" go.mod \
35+
# && sed -i "s|golang.org/x/net v.*|golang.org/x/net ${GO_NET_VERSION}|g" go.mod \
36+
# && go mod tidy \
3937
# Build rclone
4038
&& make \
4139
&& mv ~/go/bin/rclone /usr/local/bin/ \

0 commit comments

Comments
 (0)