Skip to content

Commit

Permalink
[docker] Bump dotnet/aspnet from 8.0 to 9.0 in /src
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 8.0 to 9.0.

---
updated-dependencies:
- dependency-name: dotnet/aspnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 71776bf commit 1b37703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY ./ /src

RUN dotnet publish --configuration Release -o ./bin ./web/web.csproj

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

LABEL maintainer="seba gomez <@sebagomez>"

Expand Down

0 comments on commit 1b37703

Please sign in to comment.