Skip to content

Commit fd1725c

Browse files
authored
Merge pull request #85 from Helene/circleci_docker_version
update Docker version in config.yml
2 parents 12f6d88 + 5f13a1b commit fd1725c

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)