Skip to content

Commit

Permalink
Bump dotnet/aspnet from 7.0.12 to 7.0.13
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 7.0.12 to 7.0.13.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent e690b1d commit d4fc187
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 @@ -3,7 +3,7 @@ WORKDIR /app
COPY ShortenUrl ./
RUN dotnet publish -o published

FROM mcr.microsoft.com/dotnet/aspnet:7.0.12 as runtime
FROM mcr.microsoft.com/dotnet/aspnet:7.0.13 as runtime
WORKDIR /app
COPY --from=build /app/published .
CMD [ "dotnet", "ShortenUrl.dll" ]

0 comments on commit d4fc187

Please sign in to comment.