Skip to content

Commit 7d6dbb0

Browse files
Updating docker file to dotnet core 3.0 (#5036)
1 parent 62cff1a commit 7d6dbb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS installer-env
1+
FROM mcr.microsoft.com/dotnet/core/sdk:3.0 AS installer-env
22

33
ENV PublishWithAspNetCoreTargetManifest false
44

@@ -15,7 +15,7 @@ RUN apt-get update && \
1515
apt-get install -y gnupg && \
1616
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
1717
apt-get update && \
18-
apt-get install -y nodejs dotnet-sdk-2.2
18+
apt-get install -y nodejs dotnet-sdk-3.0
1919

2020
COPY --from=installer-env ["/azure-functions-host", "/azure-functions-host"]
2121

0 commit comments

Comments
 (0)