Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit aa5505f

Browse files
committed
minor fix
1 parent 4a8d320 commit aa5505f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

durablefunctionsmonitor.dotnetbackend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:2.1-sdk AS installer-env
1+
FROM mcr.microsoft.com/dotnet/sdk:2.1 AS installer-env
22

33
COPY . /src/dotnet-function-app
44
RUN cd /src/dotnet-function-app && \

0 commit comments

Comments
 (0)