Skip to content

Commit

Permalink
- Update Dockerfile to .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Oct 3, 2022
1 parent 7c0fd02 commit 1c2087e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime:6.0
FROM mcr.microsoft.com/dotnet/runtime:7.0

WORKDIR /app

Expand Down

0 comments on commit 1c2087e

Please sign in to comment.