Skip to content

Commit

Permalink
fix(docker): change docker version in build to 20.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonnx committed Jun 22, 2022
1 parent 74bec2d commit e765fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -170,6 +170,7 @@ jobs:
<<: *defaults
steps:
- setup_remote_docker
version: 20.10.14
- attach_workspace:
at: /home/circleci
- checkout
Expand All @@ -181,6 +182,7 @@ jobs:
<<: *defaults
steps:
- setup_remote_docker
version: 20.10.14
- attach_workspace:
at: /home/circleci
- checkout
Expand Down

0 comments on commit e765fe9

Please sign in to comment.