summaryrefslogtreecommitdiff
path: root/bin/docker-pull
diff options
context:
space:
mode:
Diffstat (limited to 'bin/docker-pull')
-rwxr-xr-xbin/docker-pull2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-pull b/bin/docker-pull
index aced17d..0878036 100755
--- a/bin/docker-pull
+++ b/bin/docker-pull
@@ -5,7 +5,7 @@ set -e
cd "$(dirname "$0")/.."
IMAGE_NAME=${IMAGE_NAME:-$(basename "$PWD"):latest}
-LATEST_IMAGE=registry.gitlab.com/gitlab-org/security-products/license-management:latest
+LATEST_IMAGE=registry.gitlab.com/gitlab-org/security-products/analyzers/license-finder:latest
docker pull $LATEST_IMAGE
docker tag $LATEST_IMAGE "$IMAGE_NAME"