Skip to content

Commit 2b2b23f

Browse files
Update Dockerfile.
1 parent 21df4b0 commit 2b2b23f

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

samples/DockerSample/ConsoleApp/Context.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

samples/DockerSample/ConsoleApp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY . .
1313

1414
ENV PATH="$PATH:/root/.dotnet/tools"
1515
RUN dotnet tool install -g Cli4Fody
16-
RUN fody-cli DockerSample.sln --addin Rougamo -pv 4.0.4 --addin ConfigureAwait -pv 3.3.2 -a ContinueOnCapturedContext=false
16+
RUN fody-cli DockerSample.sln --include-fody 6.8.1 --addin Rougamo -pv 4.0.4 --addin ConfigureAwait -pv 3.3.2 -a ContinueOnCapturedContext=false
1717

1818
RUN dotnet restore "./ConsoleApp/ConsoleApp.csproj"
1919

0 commit comments

Comments
 (0)