Unable to get Docker Remote API version 1.22 on Circle CI

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?

Can anyone offer any suggestions on how to fix this? I currently have a broken build and can’t deploy my code.

https://circleci.com/gh/bioboxes/bioboxes-py/31