I’m currently using some code that requires at least version 1.22 of the docker remote API. I can’t seem to get that installed however. I instead get the error:
client is newer than server (client API version: 1.22, server API version: 1.20)
I’ve tried using the suggested install:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.12.0
However this still seems to install 1.20 of the docker remote API. Is there a way to get the 1.22 version?