We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e4319 commit b6dd2e1Copy full SHA for b6dd2e1
1 file changed
m365/image/Dockerfile
@@ -3,10 +3,10 @@ SHELL ["powershell"]
3
4
5
ARG SCUBAGEAR_VERSION=1.7.1
6
-ARG OPA_VERSION=1.9.0
+ARG OPA_VERSION=1.14.1
7
# Get static URL for current version: curl -s -D- https://aka.ms/downloadazcopy-v10-windows | grep ^Location
8
# https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10?tabs=dnf#obtain-a-static-download-link
9
-ARG AZCOPY_URL=https://github.com/Azure/azure-storage-azcopy/releases/download/v10.30.1/azcopy_windows_amd64_10.30.1.zip
+ARG AZCOPY_URL=https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.2/azcopy_windows_amd64_10.32.2.zip
10
11
LABEL scubagear_version=${SCUBAGEAR_VERSION}
12
0 commit comments