Skip to content

Commit d7fc013

Browse files
Update dotnet monorepo to v9 (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 859c227 commit d7fc013

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/UnMango.Wishlists.Api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 as build
1+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0 as build
22
ARG TARGETARCH
33

44
WORKDIR /build
@@ -9,7 +9,7 @@ RUN dotnet restore -a $TARGETARCH
99
COPY ./ .
1010
RUN dotnet publish --no-restore -c Release -a $TARGETARCH -o /out
1111

12-
FROM mcr.microsoft.com/dotnet/aspnet:8.0
12+
FROM mcr.microsoft.com/dotnet/aspnet:9.0
1313
WORKDIR /app
1414
COPY --from=build /out .
1515
ENTRYPOINT ["dotnet", "UnMango.Wishlists.Api.dll"]

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.404"
3+
"version": "9.0.101"
44
}
55
}

0 commit comments

Comments
 (0)