Skip to content

Commit

Permalink
Revert "Bump dotnet/aspnet from 7.0-alpine to 8.0-alpine (#1322)"
Browse files Browse the repository at this point in the history
This reverts commit af9e322.
  • Loading branch information
ekumachidi committed Mar 12, 2024
1 parent 9d5045a commit 68bec9f
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:8.0-alpine
FROM mcr.microsoft.com/dotnet/aspnet:7.0-alpine

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

0 comments on commit 68bec9f

Please sign in to comment.