Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent d1ce54f commit 81b66d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ListeningPostApiServer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:84a93198d134a82a8f41c88b96adc6bfc2caf1d91ad25d5f25d90279938e1c4d AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:7cf4d77e81864da1f0e9d5b612d404042dd3d8e8c8e72462e1845cc9f077c68e AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:a364676fedc145cf88caad4bfb3cc372aae41e596c54e8a63900a2a1c8e364c6 AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:3f558b5ba32cad22366f26a259ecc31484fbc13d183c7259a01480f2e6eabe4a AS build
WORKDIR /src
COPY ["ListeningPostApiServer/ListeningPostApiServer.csproj" "ListeningPostApiServer/"]
RUN dotnet restore "ListeningPostApiServer/ListeningPostApiServer.csproj"
Expand Down

0 comments on commit 81b66d1

Please sign in to comment.