Skip to content

Commit 742ee5c

Browse files
committed
build container on .net 10
1 parent cc0261f commit 742ee5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PackageRegistryService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
EXPOSE 8080
66
EXPOSE 8081
77

8-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
99
ARG BUILD_CONFIGURATION=Release
1010
WORKDIR /src
1111
COPY ["src/PackageRegistryService/PackageRegistryService.csproj", "src/PackageRegistryService/"]

0 commit comments

Comments
 (0)