Skip to content

Commit 7c0c3b7

Browse files
authored
Update Windows base image to 1809 (#52)
1 parent 9baf53e commit 7c0c3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/dotnet-template-azure-iot-edge-module/CSharp/Dockerfile.windows-amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN dotnet restore
77
COPY . ./
88
RUN dotnet publish -c Release -o out
99

10-
FROM microsoft/dotnet:2.1-runtime-nanoserver-1803
10+
FROM microsoft/dotnet:2.1-runtime-nanoserver-1809
1111
WORKDIR /app
1212
COPY --from=build-env /app/out ./
1313
ENTRYPOINT ["dotnet", "SampleModule.dll"]

0 commit comments

Comments
 (0)