Skip to content

Commit 3993eb7

Browse files
committed
Use latest docker CLI
1 parent 3e86dcb commit 3993eb7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,11 @@ jobs:
186186
tag:
187187
type: string
188188
default: "3.1.2-focal"
189-
executor: "docker"
189+
docker:
190+
- image: cimg/base:2022.06
190191
steps:
191-
- setup_remote_docker
192-
- install_docker_client
192+
- setup_remote_docker:
193+
version: 20.10.14
193194
- run:
194195
name: "Create manifest"
195196
command: |
@@ -258,4 +259,4 @@ workflows:
258259
requires:
259260
- build_master_amd64
260261
- build_master_arm64
261-
tag: << pipeline.parameters.ubuntu_version >>-<< pipeline.parameters.ruby_version >>
262+
tag: << pipeline.parameters.ruby_version >>-<< pipeline.parameters.ubuntu_version >>

0 commit comments

Comments
 (0)