diff --git a/dev/vagrant/centos-bootstrap.sh b/dev/vagrant/centos-bootstrap.sh
index 0573621244b805dac2299ffa1261b5f7f91461a7..bac332768ce16ea8670746bdbdfe6ffbf9e1ead6 100644
--- a/dev/vagrant/centos-bootstrap.sh
+++ b/dev/vagrant/centos-bootstrap.sh
@@ -140,7 +140,7 @@ EOF
             -e MIRROR_SOURCE_INDEX=https://index.docker.io \
             -e STORAGE_PATH=/var/lib/registry \
             -v /data/host/registry-storage:/var/lib/registry \
-            registry:0.9.1
+            registry:2
     fi
 }