Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Bump dotnet/aspnet from 7.0.4-alpine3.17 to 7.0.5-alpine3.17 in /serv…
Browse files Browse the repository at this point in the history
…ices/api (#234)

Bump dotnet/aspnet in /services/api

Bumps dotnet/aspnet from 7.0.4-alpine3.17 to 7.0.5-alpine3.17.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 26, 2023
1 parent 27bb036 commit 8ecd008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN dotnet publish --configuration Release --runtime linux-x64 \
--no-self-contained --output /app --no-restore

# Final image
FROM mcr.microsoft.com/dotnet/aspnet:7.0.4-alpine3.17
FROM mcr.microsoft.com/dotnet/aspnet:7.0.5-alpine3.17

WORKDIR /app

Expand Down

0 comments on commit 8ecd008

Please sign in to comment.