Skip to content

Commit 7d4c8d1

Browse files
committed
Fix Circle CI .NET sdk image name
1 parent 56e9070 commit 7d4c8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
executors:
33
fileparser-executor:
44
docker:
5-
- image: mcr.microsoft.com/dotnet/sdk:/8.0
5+
- image: mcr.microsoft.com/dotnet/sdk:8.0
66
working_directory: ~/FileParser
77

88
jobs:

0 commit comments

Comments
 (0)