Skip to content

Commit 6501822

Browse files
committed
New minimal-os conteiner.
1 parent bff09e1 commit 6501822

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.api

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN dotnet restore
1313
RUN dotnet publish -c Release -o /publish
1414

1515
# Runtime stage
16-
FROM mcr.microsoft.com/dotnet/aspnet:9.0
16+
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim
17+
# mcr.microsoft.com/dotnet/aspnet:9.0-slim
1718
WORKDIR /app
1819
COPY --from=build /publish .
1920

0 commit comments

Comments
 (0)