We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d04d42 commit 603d086Copy full SHA for 603d086
serving/docker/scripts/install_s5cmd.sh
@@ -4,11 +4,11 @@ set -ex
4
5
ARCH=$1
6
7
-# Download custom s5cmd binary built with Go 1.25.2
+# Download custom s5cmd binary built with Go 1.25.4
8
if [[ $ARCH == "aarch64" ]]; then
9
- curl -f https://publish.djl.ai/s5cmd/go1.25.2/s5cmd-linux-arm64 -L -o s5cmd
+ curl -f https://publish.djl.ai/s5cmd/go1.25.4/s5cmd-linux-arm64 -L -o s5cmd
10
else
11
- curl -f https://publish.djl.ai/s5cmd/go1.25.2/s5cmd-linux-amd64 -L -o s5cmd
+ curl -f https://publish.djl.ai/s5cmd/go1.25.4/s5cmd-linux-amd64 -L -o s5cmd
12
fi
13
14
INSTALL_DIR="/opt/djl/bin"
0 commit comments