circleci: update docker version

This commit is contained in:
Fabien Poussin 2022-08-17 18:42:13 +02:00
parent 7ecd0a9acb
commit bbf199eb06
No known key found for this signature in database
GPG Key ID: 7AE0E960D9CE50BA

View File

@ -7,6 +7,7 @@ jobs:
- checkout - checkout
- setup_remote_docker: - setup_remote_docker:
docker_layer_caching: true docker_layer_caching: true
version: 20.10.14
- run: - run:
name: Build Gotty Image name: Build Gotty Image
command: | command: |