Skip to content

Commit 6e840d9

Browse files
committed
fix(ci): Update circle ci docker images to match Dockerfile
Fixes: #65
1 parent 1feee01 commit 6e840d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: microsoft/aspnetcore-build:2.2-stretch
5+
- image: microsoft/dotnet:2.2-sdk-stretch
66
steps:
77
- checkout
88
- run: dotnet build ./Web/QueryTree.csproj -v n
99
test:
1010
docker:
11-
- image: microsoft/aspnetcore-build:2.2-stretch
11+
- image: microsoft/dotnet:2.2-sdk-stretch
1212
steps:
1313
- checkout
1414
- run: dotnet test ./Tests/Tests.csproj -v n
@@ -42,4 +42,4 @@ workflows:
4242
- docker-publish:
4343
requires:
4444
- test
45-
- build
45+
- build

0 commit comments

Comments
 (0)