Skip to content

Commit

Permalink
Bump azure-functions/dotnet from 2.0 to 2.0.12641
Browse files Browse the repository at this point in the history
Bumps azure-functions/dotnet from 2.0 to 2.0.12641.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dlemstra committed May 30, 2021
1 parent d62edec commit 1ce7d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.CompressImages
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN cd /src/CompressImagesFunction && dotnet publish CompressImagesFunction.cspr
RUN cd /src/CompressImagesFunction && cp bin/Release/netstandard2.0/bin/runtimes/linux-x64/native/libgit2-106a5f2.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
FROM mcr.microsoft.com/azure-functions/dotnet:2.0.12641

RUN apt-get update && apt-get install -y --no-install-recommends --no-install-suggests \
curl libcurl3 autoconf automake libtool nasm make wget pkg-config
Expand Down

0 comments on commit 1ce7d5f

Please sign in to comment.