Skip to content

Commit 1e263d0

Browse files
committed
chore(m365): bump azcopy version in image
10.27.1 -> 10.29.0
1 parent ab71619 commit 1e263d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

m365/image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM mcr.microsoft.com/windows/servercore:ltsc2022
22

33
ARG SCUBAGEAR_VERSION=1.5.0
4-
# How URL is obtained for specific version:
4+
# Get static URL for current version: curl -s -D- https://aka.ms/downloadazcopy-v10-windows | grep ^Location
55
# https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10?tabs=dnf#obtain-a-static-download-link
6-
ARG AZCOPY_URL=https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.27.1-20241113/azcopy_windows_amd64_10.27.1.zip
6+
ARG AZCOPY_URL=https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.29.0-20250428/azcopy_windows_amd64_10.29.0.zip
77

88
LABEL scubagear_version=${SCUBAGEAR_VERSION}
99

0 commit comments

Comments
 (0)