From 7a451fb1772384ab36dc4f171b0490ccf3a60ae7 Mon Sep 17 00:00:00 2001 From: Mario Finelli Date: Fri, 5 Apr 2024 14:40:05 +0200 Subject: [PATCH] Update azcopy to 10.24.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1dbeec9..6252d6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine as source WORKDIR /azcopy -ARG AZCOPY_VERSION=10.23.0 +ARG AZCOPY_VERSION=10.24.0 ENV AZCOPY_VERSION=$AZCOPY_VERSION ENV AZCOPY_URLBASE=https://github.com/Azure/azure-storage-azcopy