Skip to content

Commit a164a2c

Browse files
committed
sdk alpine
1 parent 8b7494f commit a164a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarksApps/TLS/Kestrel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/${ALPINE_BRANCH}/main" >> /etc/ap
1616
rm -rf /var/lib/apt/lists/*
1717

1818
# This stage is used to build the service project
19-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
19+
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build
2020
ARG BUILD_CONFIGURATION=Release
2121
WORKDIR /src
2222
COPY ["Kestrel.csproj", "."]

0 commit comments

Comments
 (0)