Skip to content

Commit 5f13a1b

Browse files
committed
update Docker version in config.yml
Use Docker version 20.10.17 for remote Docker jobs (circle CI/CD tasks) For more info check [Setup_remote_docker Architecture Change](https://discuss.circleci.com/t/setup-remote-docker-architecture-change/45303?mkt_tok=NDg1LVpNSC02MjYAAAGHPYyq6Dk4GQTK6Ou9VNFLunblcJ6fVom9_bIhGpC67_iWnEDkljBe7M028L66-ph8O_x_IprYBN9TaDMvwiZvk55xcQcDQKubt4kzk2PmM6ht-Q) Signed-off-by: hwassman <[email protected]>
1 parent 12f6d88 commit 5f13a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
flake8 --max-line-length=999 --ignore=E731,E741,E712,E722,W503 --exclude=venv* --statistics
2626
nose2
2727
- setup_remote_docker:
28-
version: 19.03.13
28+
version: 20.10.17
2929
- run:
3030
name: Build Docker image
3131
command: |

0 commit comments

Comments
 (0)