Skip to content

Commit

Permalink
Use latest docker CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Aug 22, 2022
1 parent 3e86dcb commit 3993eb7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,11 @@ jobs:
tag:
type: string
default: "3.1.2-focal"
executor: "docker"
docker:
- image: cimg/base:2022.06
steps:
- setup_remote_docker
- install_docker_client
- setup_remote_docker:
version: 20.10.14
- run:
name: "Create manifest"
command: |
Expand Down Expand Up @@ -258,4 +259,4 @@ workflows:
requires:
- build_master_amd64
- build_master_arm64
tag: << pipeline.parameters.ubuntu_version >>-<< pipeline.parameters.ruby_version >>
tag: << pipeline.parameters.ruby_version >>-<< pipeline.parameters.ubuntu_version >>

0 comments on commit 3993eb7

Please sign in to comment.