We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b560ef commit 0842ba3Copy full SHA for 0842ba3
.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- checkout
36
- run: make test-image IMAGE="php:fpm-alpine" DOCKERFILE="alpine"
37
- - run: make test-image IMAGE="php:fpm-buster" DOCKERFILE="stretch"
+ - run: make test-image IMAGE="php:fpm-buster" DOCKERFILE="buster"
38
39
test-7.1:
40
machine: true
@@ -68,4 +68,4 @@ jobs:
68
69
- run: make test-image IMAGE="php:7.4-fpm-alpine3.10" DOCKERFILE="alpine"
70
- 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"
+ - run: make test-image IMAGE="php:7.4-fpm-buster" DOCKERFILE="buster"
0 commit comments