Skip to content

Commit

Permalink
Bump dotnet/aspnet from 7.0-alpine to 8.0-alpine
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 7.0-alpine to 8.0-alpine.

---
updated-dependencies:
- dependency-name: dotnet/aspnet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 5e3fe16 commit 4873e9c
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 @@ -15,7 +15,7 @@ WORKDIR /source/GetIntoTeachingApi
RUN dotnet publish -c release -o /app

# final stage/image
FROM mcr.microsoft.com/dotnet/aspnet:7.0-alpine
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine

WORKDIR /app
COPY --from=build /app ./
Expand Down

0 comments on commit 4873e9c

Please sign in to comment.