Skip to content

Commit

Permalink
186 - changes remote docker version to default
Browse files Browse the repository at this point in the history
Rather than a locked version of docker, the circleCi config now
uses the default. This should keep us from having to make changes as often.
  • Loading branch information
jlandiseigsti committed Dec 4, 2024
1 parent 3c90122 commit 943842d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
user: root
steps:
- setup_remote_docker:
version: docker24
version: default
docker_layer_caching: true
- checkout
- docker/check:
Expand Down

0 comments on commit 943842d

Please sign in to comment.