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 9baf53e commit 7c0c3b7Copy full SHA for 7c0c3b7
content/dotnet-template-azure-iot-edge-module/CSharp/Dockerfile.windows-amd64
@@ -7,7 +7,7 @@ RUN dotnet restore
7
COPY . ./
8
RUN dotnet publish -c Release -o out
9
10
-FROM microsoft/dotnet:2.1-runtime-nanoserver-1803
+FROM microsoft/dotnet:2.1-runtime-nanoserver-1809
11
WORKDIR /app
12
COPY --from=build-env /app/out ./
13
ENTRYPOINT ["dotnet", "SampleModule.dll"]
0 commit comments