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 8b7494f commit a164a2cCopy full SHA for a164a2c
src/BenchmarksApps/TLS/Kestrel/Dockerfile
@@ -16,7 +16,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/${ALPINE_BRANCH}/main" >> /etc/ap
16
rm -rf /var/lib/apt/lists/*
17
18
# This stage is used to build the service project
19
-FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build
20
ARG BUILD_CONFIGURATION=Release
21
WORKDIR /src
22
COPY ["Kestrel.csproj", "."]
0 commit comments