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 6a31410 commit c0cc102Copy full SHA for c0cc102
.circleci/config.yml
@@ -152,15 +152,15 @@ jobs:
152
153
test-docker-build:
154
docker:
155
- - image: docker:19.03.15
+ - image: cimg/base:current
156
steps:
157
- checkout
158
- setup-docker-env
159
- build-docker-image
160
161
deploy:
162
163
164
165
166
0 commit comments