Skip to content

Commit

Permalink
build(deps): bump dotnet/aspnet from 8.0-alpine to 9.0-alpine
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 8.0-alpine to 9.0-alpine.

---
updated-dependencies:
- dependency-name: dotnet/aspnet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
1 parent eab6b89 commit 72c2db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dotnet restore
RUN dotnet publish SimplePasswordManagerService -c Release -o out

# Build runtime image
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine
WORKDIR /App
COPY --from=build-env /App/out .
ENTRYPOINT ["dotnet", "SimplePasswordManagerService.dll"]

0 comments on commit 72c2db1

Please sign in to comment.