From 5cd7d7f29963cb6ca3d717e1eebd054c85882c67 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Wed, 9 Sep 2015 13:20:53 -0700 Subject: [PATCH] sentry: update to point to new repo --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 0b4405c63..5dadefd91 100755 --- a/update.sh +++ b/update.sh @@ -61,6 +61,7 @@ declare -A otherRepos=( [rethinkdb]='https://github.com/stuartpb/rethinkdb-dockerfiles' [rocket.chat]='https://github.com/RocketChat/Docker.Official.Image' [ros]='https://github.com/osrf/docker_images' + [sentry]='https://github.com/getsentry/docker-sentry' [sonarqube]='https://github.com/SonarSource/docker-sonarqube' [swarm]='https://github.com/docker/swarm-library-image' [thrift]='https://github.com/ahawkins/docker-thrift'