File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
- name : Set up Go 1.x
13
13
uses : actions/setup-go@v4
14
14
with :
15
- go-version : 1.23.1
15
+ go-version : 1.23.5
16
16
id : go
17
17
18
18
- name : Checkout code
Original file line number Diff line number Diff line change 1
- CVE-2024-45337
2
- CVE-2024-45338
1
+ CVE-2024-45336
2
+ CVE-2024-45341
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ARG ARCH
22
22
23
23
RUN apt update \
24
24
&& apt install -y curl \
25
- && curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.27.1-20241113 /azcopy_linux_${ARCH}_10.27.1 .tar.gz \
25
+ && curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.0-20250127 /azcopy_linux_${ARCH}_10.28.0 .tar.gz \
26
26
| tar xvzf - --strip-components=1 -C /usr/local/bin/ --wildcards "*/azcopy"
27
27
28
28
FROM base
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ azcopyPath="/usr/local/bin/azcopy"
40
40
if [ ! -f " $azcopyPath " ]; then
41
41
echo ' Downloading azcopy...'
42
42
azcopyTarFile=" azcopy.tar.gz"
43
- wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.27.1-20241113 /azcopy_linux_amd64_10.27.1 .tar.gz
43
+ wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.0-20250127 /azcopy_linux_amd64_10.28.0 .tar.gz
44
44
tar -zxvf $azcopyTarFile
45
45
mv ./azcopy* /azcopy /usr/local/bin/azcopy
46
46
rm -rf ./$azcopyTarFile
You can’t perform that action at this time.
0 commit comments