We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab71619 commit 1e263d0Copy full SHA for 1e263d0
1 file changed
m365/image/Dockerfile
@@ -1,9 +1,9 @@
1
FROM mcr.microsoft.com/windows/servercore:ltsc2022
2
3
ARG SCUBAGEAR_VERSION=1.5.0
4
-# How URL is obtained for specific version:
+# Get static URL for current version: curl -s -D- https://aka.ms/downloadazcopy-v10-windows | grep ^Location
5
# 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
+ARG AZCOPY_URL=https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.29.0-20250428/azcopy_windows_amd64_10.29.0.zip
7
8
LABEL scubagear_version=${SCUBAGEAR_VERSION}
9
0 commit comments