Skip to content

Commit 56b6e30

Browse files
authored
Merge pull request #45 from caugner/patch-1
fix(ci): use correct Dockerfile
2 parents 6b560ef + 0842ba3 commit 56b6e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- checkout
3636
- run: make test-image IMAGE="php:fpm-alpine" DOCKERFILE="alpine"
37-
- run: make test-image IMAGE="php:fpm-buster" DOCKERFILE="stretch"
37+
- run: make test-image IMAGE="php:fpm-buster" DOCKERFILE="buster"
3838

3939
test-7.1:
4040
machine: true
@@ -68,4 +68,4 @@ jobs:
6868
- checkout
6969
- run: make test-image IMAGE="php:7.4-fpm-alpine3.10" DOCKERFILE="alpine"
7070
- run: make test-image IMAGE="php:7.4-fpm-alpine3.11" DOCKERFILE="alpine"
71-
- run: make test-image IMAGE="php:7.4-fpm-buster" DOCKERFILE="stretch"
71+
- run: make test-image IMAGE="php:7.4-fpm-buster" DOCKERFILE="buster"

0 commit comments

Comments
 (0)