From e434846895b3111d9df8f8653f4f21732a342404 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Wed, 22 Jul 2015 10:41:07 -0700 Subject: [PATCH] add missing url --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index ed945329..a3dcbe98 100755 --- a/update.sh +++ b/update.sh @@ -23,6 +23,7 @@ replace_field() { declare -A otherRepos=( [aerospike]='https://github.com/aerospike/aerospike-server.docker' [alpine]='https://github.com/gliderlabs/docker-alpine' + [arangodb]='https://github.com/arangodb/arangodb-docker' [busybox]='https://github.com/jpetazzo/docker-busybox' [centos]='https://github.com/CentOS/sig-cloud-instance-images' [cirros]='https://github.com/ewindisch/docker-cirros'