Skip to content

Commit

Permalink
Revert "Update mcr.microsoft.com/dotnet/sdk Docker tag to v9 (#67)" (#68
Browse files Browse the repository at this point in the history
)

This reverts commit 78efcee.
  • Loading branch information
Ahmed-Ghanam authored Nov 14, 2024
1 parent 8fe76fa commit 6dcb8c2
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
@@ -1,5 +1,5 @@
#Use the official .NET SDK image with Alpine Linux as a base image
FROM mcr.microsoft.com/dotnet/sdk:9.0.100-alpine3.20 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.404-alpine3.20 AS build

# Set the working directory in the container
WORKDIR /app
Expand Down

0 comments on commit 6dcb8c2

Please sign in to comment.