Skip to content

Commit

Permalink
Use .NET 6 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen committed Dec 16, 2021
1 parent 0857394 commit 8aa5536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt update -yqq \
&& apt install -yqq \
unzip \
git \
dotnet-sdk-3.1 \
dotnet-sdk-6 \
wkhtmltopdf \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 8aa5536

Please sign in to comment.