From b3f0d4fcfbd1799ffebcc38116516719d91e9791 Mon Sep 17 00:00:00 2001 From: Mario Finelli Date: Thu, 27 Jun 2024 13:13:32 -0400 Subject: [PATCH] Update azcopy to 10.25.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6252d6b..3eb2af6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine as source WORKDIR /azcopy -ARG AZCOPY_VERSION=10.24.0 +ARG AZCOPY_VERSION=10.25.1 ENV AZCOPY_VERSION=$AZCOPY_VERSION ENV AZCOPY_URLBASE=https://github.com/Azure/azure-storage-azcopy