Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/runtime Docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent f027d35 commit fa2b866
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
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine AS base
FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine AS base
WORKDIR /app
COPY . .
ENTRYPOINT ["dotnet", "Eleia.dll"]

0 comments on commit fa2b866

Please sign in to comment.