Skip to content

Commit 0578567

Browse files
Merge pull request #131 from simonpasquier/fix-build
.circleci/config.yml: specify Docker version
2 parents ecd875f + 9a3733b commit 0578567

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ workflows:
3434
- prometheus/publish_main:
3535
docker_hub_organization: "" # Don't publish to DockerHub.
3636
quay_io_organization: prometheuscommunity
37+
docker_version: "20.10.18"
3738
requires:
3839
- test
3940
- build
@@ -43,6 +44,7 @@ workflows:
4344
- prometheus/publish_release:
4445
docker_hub_organization: "" # Don't publish to DockerHub.
4546
quay_io_organization: prometheuscommunity
47+
docker_version: "20.10.18"
4648
requires:
4749
- test
4850
- build

0 commit comments

Comments
 (0)