Skip to content

Commit

Permalink
Update dotnet monorepo to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 28, 2024
1 parent eac9b73 commit 09c494b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 as base
FROM mcr.microsoft.com/dotnet/sdk:9.0 as base

ARG PROJECT="Orso.Arpa.Api"
ARG ENVIRONMENT="Development"
Expand Down Expand Up @@ -43,7 +43,7 @@ WORKDIR /home/app

RUN dotnet publish ./Orso.Arpa.Api/Orso.Arpa.Api.csproj -o /publish/

FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine

WORKDIR /publish

Expand Down

0 comments on commit 09c494b

Please sign in to comment.