Skip to content

Commit

Permalink
Merge pull request #362 from JoshKeegan/dependabot/docker/src/StringS…
Browse files Browse the repository at this point in the history
…earch.Api.Host/dotnet/aspnet-8.0.3-alpine3.18
  • Loading branch information
JoshKeegan committed Mar 13, 2024
2 parents 24bc89d + 6484701 commit ef2b577
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:8.0.2-alpine3.18
FROM mcr.microsoft.com/dotnet/aspnet:8.0.3-alpine3.18
WORKDIR /app
COPY out ./
ENTRYPOINT ["dotnet", "StringSearch.Api.Host.dll"]

0 comments on commit ef2b577

Please sign in to comment.