Skip to content

Commit

Permalink
Bump dotnet/aspnet from 8.0.0 to 8.0.1 (#31)
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 8.0.0 to 8.0.1.

---
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 Jan 16, 2024
1 parent acc83ae commit da6d609
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.0 as runtime
FROM mcr.microsoft.com/dotnet/aspnet:8.0.1 as runtime
WORKDIR /app
COPY --from=build /app/publish /app
CMD [ "dotnet", "Demo.dll" ]

0 comments on commit da6d609

Please sign in to comment.