updated dockerfile for .NET 7 runtime image

This commit is contained in:
Shreyas Zare
2022-11-26 14:07:15 +05:30
parent 6ce5528537
commit 6cd5f50288

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime:6.0
FROM mcr.microsoft.com/dotnet/runtime:7.0
LABEL product="Technitium DNS Server"
LABEL vendor="Technitium"
LABEL email="support@technitium.com"