From a7a737162826338d8885dbdea951c5e37a8bf2bb Mon Sep 17 00:00:00 2001 From: dabutvin Date: Fri, 19 Jul 2019 17:57:51 -0700 Subject: [PATCH] update import path for libgit upgrade --- CompressImagesFunction/CompressImagesFunction.csproj | 6 +++--- Dockerfile.CompressImages | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CompressImagesFunction/CompressImagesFunction.csproj b/CompressImagesFunction/CompressImagesFunction.csproj index ec5ec81ed..a13f85a0f 100644 --- a/CompressImagesFunction/CompressImagesFunction.csproj +++ b/CompressImagesFunction/CompressImagesFunction.csproj @@ -6,9 +6,9 @@ - - - + + + diff --git a/Dockerfile.CompressImages b/Dockerfile.CompressImages index 6261eabd8..067b5126e 100644 --- a/Dockerfile.CompressImages +++ b/Dockerfile.CompressImages @@ -5,7 +5,7 @@ RUN mkdir -p /home/site/wwwroot RUN cd /src/CompressImagesFunction && dotnet publish CompressImagesFunction.csproj -c Release --output /home/site/wwwroot # Native Binaries -RUN cd /src/CompressImagesFunction && cp bin/Release/netstandard2.0/bin/runtimes/linux-x64/native/libgit2-4aecb64.so /home/site/wwwroot/bin/ +RUN cd /src/CompressImagesFunction && cp bin/Release/netstandard2.0/bin/runtimes/linux-x64/native/libgit2-572e4d8.so /home/site/wwwroot/bin/ RUN cd /src/CompressImagesFunction && cp bin/Release/netstandard2.0/bin/runtimes/linux-x64/native/Magick.Native-Q16-x64.dll.so /home/site/wwwroot/bin/ FROM mcr.microsoft.com/azure-functions/dotnet:2.0