Skip to content

Commit

Permalink
Update circleci remote docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Oct 8, 2024
1 parent 5e2f1d3 commit 732387f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: "20.10.18"
version: default
docker_layer_caching: true
- restore_cache:
keys:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: "20.10.18"
version: default
docker_layer_caching: true
- jq/install
- run:
Expand Down

0 comments on commit 732387f

Please sign in to comment.