Skip to content

Commit

Permalink
Revert "Update mcr.microsoft.com/dotnet/aspnet Docker tag to v9 (#66)"
Browse files Browse the repository at this point in the history
This reverts commit 1636d5e.
  • Loading branch information
Ahmed-Ghanam authored Nov 14, 2024
1 parent 78efcee commit fad4eac
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 @@ -17,7 +17,7 @@ RUN dotnet publish -c Release -o out ./src/Altinn.Notifications.Sms/Altinn.Notif


# Use the official .NET runtime image with Alpine Linux as a base image
FROM mcr.microsoft.com/dotnet/aspnet:9.0.0-alpine3.20 AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0.11-alpine3.20 AS final
EXPOSE 5092
WORKDIR /app
COPY --from=build /app/out ./
Expand Down

0 comments on commit fad4eac

Please sign in to comment.