Skip to content

Commit

Permalink
Bump dotnet/aspnet from 8.0.7 to 8.0.8 (#46)
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 8.0.7 to 8.0.8.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 40b5b36 commit 775ab25
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 @@ -5,7 +5,7 @@ RUN dotnet restore
RUN dotnet build -c Release --no-restore
RUN dotnet publish -c Release --no-restore --no-build -o publish

FROM mcr.microsoft.com/dotnet/aspnet:8.0.7 as runtime
FROM mcr.microsoft.com/dotnet/aspnet:8.0.8 as runtime
WORKDIR /app
COPY --from=build /app/publish /app
CMD [ "dotnet", "Demo.dll" ]

0 comments on commit 775ab25

Please sign in to comment.