Skip to content

Commit

Permalink
Revert "chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag t…
Browse files Browse the repository at this point in the history
…o v9 (#550)" (#552)

This reverts commit d330106.
  • Loading branch information
Ahmed-Ghanam authored Nov 14, 2024
1 parent 2c62a38 commit a5a4786
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,4 +1,4 @@
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

COPY src/Storage ./Storage
COPY src/DbTools ./DbTools
Expand Down

0 comments on commit a5a4786

Please sign in to comment.