We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cff1a commit 7d6dbb0Copy full SHA for 7d6dbb0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS installer-env
+FROM mcr.microsoft.com/dotnet/core/sdk:3.0 AS installer-env
2
3
ENV PublishWithAspNetCoreTargetManifest false
4
@@ -15,7 +15,7 @@ RUN apt-get update && \
15
apt-get install -y gnupg && \
16
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
17
apt-get update && \
18
- apt-get install -y nodejs dotnet-sdk-2.2
+ apt-get install -y nodejs dotnet-sdk-3.0
19
20
COPY --from=installer-env ["/azure-functions-host", "/azure-functions-host"]
21
0 commit comments