Skip to content

Commit b6dd2e1

Browse files
committed
build(m365): update azcopy to 10.32.2 and OPA to 1.14.1 in docker image
1 parent 03e4319 commit b6dd2e1

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
@@ -3,10 +3,10 @@ SHELL ["powershell"]
33

44

55
ARG SCUBAGEAR_VERSION=1.7.1
6-
ARG OPA_VERSION=1.9.0
6+
ARG OPA_VERSION=1.14.1
77
# Get static URL for current version: curl -s -D- https://aka.ms/downloadazcopy-v10-windows | grep ^Location
88
# 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
9+
ARG AZCOPY_URL=https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.2/azcopy_windows_amd64_10.32.2.zip
1010

1111
LABEL scubagear_version=${SCUBAGEAR_VERSION}
1212

0 commit comments

Comments
 (0)