Skip to content

Commit e3ff20f

Browse files
committed
use dotnet sdk as container runtime
1 parent 710d1b1 commit e3ff20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /source/Plogon
1313
RUN dotnet publish -c Release -o /app --no-restore
1414

1515
# Build runtime image
16-
FROM mcr.microsoft.com/dotnet/runtime:6.0
16+
FROM mcr.microsoft.com/dotnet/sdk:6.0
1717
WORKDIR /app
1818
COPY --from=build-env /app ./
1919
ENTRYPOINT ["dotnet", "Plogon.dll"]

0 commit comments

Comments
 (0)