From 39ee71b4875c455da5955498b5d28744daccc75e Mon Sep 17 00:00:00 2001 From: Brian Caswell Date: Fri, 11 Feb 2022 13:59:24 -0500 Subject: [PATCH] use the latest release of Azure Functions Core Tools --- linux/base.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/base.Dockerfile b/linux/base.Dockerfile index 1a171a23..4a9b0f9e 100644 --- a/linux/base.Dockerfile +++ b/linux/base.Dockerfile @@ -77,7 +77,7 @@ RUN curl -sSL https://packages.microsoft.com/keys/microsoft.asc | apt-key add - RUN apt-get update && bash ./aptinstall.sh \ autoconf \ - azure-functions-core-tools \ + azure-functions-core-tools-4 \ bash-completion \ build-essential \ cifs-utils \