Skip to content

Commit

Permalink
Bump dotnet/aspnet from 7.0-alpine to 9.0-alpine
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 7.0-alpine to 9.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 18, 2024
1 parent be751e4 commit 29bf923
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:9.0-alpine

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

0 comments on commit 29bf923

Please sign in to comment.