We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463e067 commit af04f51Copy full SHA for af04f51
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /app
3
ENV ASPNETCORE_URLS=http://+:80
4
EXPOSE 80
5
6
-FROM mcr.microsoft.com/dotnet/sdk:9.0.204 AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0.204-bookworm-slim-amd64 AS build
7
8
RUN set -uex \
9
&& apt-get update \
0 commit comments