From 91220f95ff9553ed20d676824706bed64094fd84 Mon Sep 17 00:00:00 2001 From: Mario Finelli Date: Mon, 29 Jan 2024 21:10:02 +0100 Subject: [PATCH] Update azcopy to 10.23.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c971b1d..1dbeec9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine as source WORKDIR /azcopy -ARG AZCOPY_VERSION=10.22.2 +ARG AZCOPY_VERSION=10.23.0 ENV AZCOPY_VERSION=$AZCOPY_VERSION ENV AZCOPY_URLBASE=https://github.com/Azure/azure-storage-azcopy