diff --git a/docs/installation.md b/docs/installation.md index e68fb532..cd77241c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -99,7 +99,7 @@ spec: The following example builds an entirely customized repo-server from a Dockerfile, installing extra dependencies that may be needed for generating manifests. ```Dockerfile -FROM argoproj/argocd:latest +FROM quay.io/argoproj/argocd:latest # Switch to root for the ability to perform install USER root