File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed
Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 11CVE-2024-3744
2- CVE-2025-47912
3- CVE-2025-58183
4- CVE-2025-58185
5- CVE-2025-58186
6- CVE-2025-58187
7- CVE-2025-58188
8- CVE-2025-58189
9- CVE-2025-61723
10- CVE-2025-61724
11- CVE-2025-61725
12- CVE-2025-47914
13- CVE-2025-58181
14- CVE-2025-61727
15- CVE-2025-61729
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ARG ARCH
2222
2323RUN apt update \
2424 && apt install -y curl \
25- && curl -Ls https://github.com/Azure/azure-storage-azcopy/releases/download/v10.31.0 /azcopy_linux_${ARCH}_10.31.0 .tar.gz \
25+ && curl -Ls https://github.com/Azure/azure-storage-azcopy/releases/download/v10.31.1 /azcopy_linux_${ARCH}_10.31.1 .tar.gz \
2626 | tar xvzf - --strip-components=1 -C /usr/local/bin/ --wildcards "*/azcopy"
2727
2828FROM base
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ azcopyPath="/usr/local/bin/azcopy"
4040if [ ! -f " $azcopyPath " ]; then
4141 azcopyTarFile=" azcopy.tar.gz"
4242 echo ' Downloading azcopy...'
43- wget -O $azcopyTarFile https://github.com/Azure/azure-storage-azcopy/releases/download/v10.31.0 /azcopy_linux_amd64_10.31.0 .tar.gz
43+ wget -O $azcopyTarFile https://github.com/Azure/azure-storage-azcopy/releases/download/v10.31.1 /azcopy_linux_amd64_10.31.1 .tar.gz
4444 tar -zxvf $azcopyTarFile
4545 mv ./azcopy* /azcopy /usr/local/bin/azcopy
4646 rm -rf ./$azcopyTarFile
You can’t perform that action at this time.
0 commit comments