File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11CVE-2024-3744
2- CVE-2026-24051
2+ CVE-2025-68121
33CVE-2026-25679
4- CVE-2026-27139
54CVE-2026-27142
65CVE-2026-33186
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG ARCH
2323RUN apt update \
2424 && apt install -y curl \
2525 && curl -Lso /tmp/packages-microsoft-prod-22.04.deb https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb \
26- && curl -Ls https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.1 /azcopy_linux_${ARCH}_10.32.1 .tar.gz \
26+ && curl -Ls https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.2 /azcopy_linux_${ARCH}_10.32.2 .tar.gz \
2727 | tar xvzf - --strip-components=1 -C /usr/local/bin/ --wildcards "*/azcopy"
2828
2929FROM 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.32.1 /azcopy_linux_amd64_10.32.1 .tar.gz
43+ wget -O $azcopyTarFile https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.2 /azcopy_linux_amd64_10.32.2 .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