Skip to content

Commit 603d086

Browse files
authored
Use s5cmd built with Go 1.25.4 to address CVE (#2944)
1 parent 9d04d42 commit 603d086

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

serving/docker/scripts/install_s5cmd.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ set -ex
44

55
ARCH=$1
66

7-
# Download custom s5cmd binary built with Go 1.25.2
7+
# Download custom s5cmd binary built with Go 1.25.4
88
if [[ $ARCH == "aarch64" ]]; then
9-
curl -f https://publish.djl.ai/s5cmd/go1.25.2/s5cmd-linux-arm64 -L -o s5cmd
9+
curl -f https://publish.djl.ai/s5cmd/go1.25.4/s5cmd-linux-arm64 -L -o s5cmd
1010
else
11-
curl -f https://publish.djl.ai/s5cmd/go1.25.2/s5cmd-linux-amd64 -L -o s5cmd
11+
curl -f https://publish.djl.ai/s5cmd/go1.25.4/s5cmd-linux-amd64 -L -o s5cmd
1212
fi
1313

1414
INSTALL_DIR="/opt/djl/bin"

0 commit comments

Comments
 (0)