Skip to content

Commit

Permalink
Merge pull request #363 from JoshKeegan/dependabot/docker/src/StringS…
Browse files Browse the repository at this point in the history
…earch.Api.Host/dotnet/aspnet-8.0.4-alpine3.18
  • Loading branch information
JoshKeegan committed Apr 10, 2024
2 parents ef2b577 + cecc991 commit 0ad0b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StringSearch.Api.Host/Dockerfile
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.3-alpine3.18
FROM mcr.microsoft.com/dotnet/aspnet:8.0.4-alpine3.18
WORKDIR /app
COPY out ./
ENTRYPOINT ["dotnet", "StringSearch.Api.Host.dll"]

0 comments on commit 0ad0b63

Please sign in to comment.