Skip to content

Commit

Permalink
build(deps): bump dotnet/aspnet in /src/StringSearch.Api.Host
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 9.0.0-alpine3.20 to 9.0.2-alpine3.20.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 50ef2d1 commit f6d7295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StringSearch.Api.Host/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:9.0.0-alpine3.20
FROM mcr.microsoft.com/dotnet/aspnet:9.0.2-alpine3.20
WORKDIR /app
COPY out ./
ENTRYPOINT ["dotnet", "StringSearch.Api.Host.dll"]

0 comments on commit f6d7295

Please sign in to comment.