diff --git a/.circleci/config.yml b/.circleci/config.yml
index 35e643a04815a93409956d4aa176784bdf1b6b04..477c72f5919e7a5636af3f83cb173da340aa1025 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -9,7 +9,8 @@ jobs:
       PROJECT_NAME: "kubernetes-helm"
     steps:
       - checkout
-      - setup_remote_docker
+      - setup_remote_docker:
+          version: 17.11.0-ce
       - restore_cache:
           keys:
             - glide-{{ checksum "glide.yaml" }}-{{ checksum "glide.lock" }}
diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh
index 6a3b3d0a6898feda45084db4615df48799159113..7f2ca71229a7dcd34b351f1768006d7290102330 100755
--- a/.circleci/deploy.sh
+++ b/.circleci/deploy.sh
@@ -34,7 +34,7 @@ else
 fi
 
 echo "Install docker client"
-VER="17.03.0-ce"
+VER="17.11.0-ce"
 curl -L -o /tmp/docker-$VER.tgz https://get.docker.com/builds/Linux/x86_64/docker-$VER.tgz
 tar -xz -C /tmp -f /tmp/docker-$VER.tgz
 mv /tmp/docker/* /usr/bin