From a1382f57da59043ba8807aecb5f2140b5ce2515b Mon Sep 17 00:00:00 2001 From: Mario Finelli Date: Mon, 5 Jun 2023 21:25:47 +0200 Subject: [PATCH] Update azcopy to 10.19.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d2e855..00824cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine as builder WORKDIR /azcopy -ARG AZCOPY_VERSION=10.18.1 +ARG AZCOPY_VERSION=10.19.0 ENV AZCOPY_VERSION=$AZCOPY_VERSION RUN \