File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:noble AS builder
22ARG FFMPEG_VERSION="7.1"
3- ARG RCLONE_VER="v1.68.2 "
3+ ARG RCLONE_VER="v1.69.0 "
44ARG GO_VERSION="latest"
5- ARG GO_CRYPTO_VERSION="v0.31.0"
6- ARG GO_NET_VERSION="v0.33.0"
75
86USER 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/ \
You can’t perform that action at this time.
0 commit comments