Skip to content

Commit bf0d8b8

Browse files
chore(deps): update dotnet monorepo to v9
1 parent b4c2474 commit bf0d8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ListeningPostApiServer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:30d8619d9a4f68508d9b17fc2088e857e629d3f9ceaaf57c22d6747f7326d89e AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:a54b9e95a8e30028bd0a862dfc1a67ee36e71f7900b25aed37c9119c55682c7f AS base
22
WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443
55

6-
FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:df188b6cb642450d83d3d857a992bbbef248212fd456dcb9ae582ddd1bb96dce AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:ecdbce3ac370d065b4e34bdb367ed8ac10e24d2af630716f9828bf24b360691c AS build
77
WORKDIR /src
88
COPY ["ListeningPostApiServer/ListeningPostApiServer.csproj" "ListeningPostApiServer/"]
99
RUN dotnet restore "ListeningPostApiServer/ListeningPostApiServer.csproj"

0 commit comments

Comments
 (0)