Skip to content

Commit

Permalink
Upgrade to docker24 in CI (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Nov 7, 2024
1 parent 32e3404 commit 6d6f7a7
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 @@ -110,7 +110,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.24
version: docker24
docker_layer_caching: true
- run:
name: Enable multiarch builds with QEMU
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.24
version: docker24
docker_layer_caching: true
- run:
name: Authenticate to Docker Hub
Expand Down

0 comments on commit 6d6f7a7

Please sign in to comment.