summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wittig <max.wittig@siemens.com>2019-12-02 23:23:11 +0100
committerGitHub <noreply@github.com>2019-12-02 23:23:11 +0100
commitf6f5178c1dc7aeb3fdbee19b1768e30b2be4f4f4 (patch)
tree33d135f95849e5e4de95df9fe6219c5b03f13170
parent9961aaa1508e08a567c8c66cb194385788b8113e (diff)
parentb9a40d822bcff630a4c92c395c134f8c002ed1cb (diff)
downloadgitlab-f6f5178c1dc7aeb3fdbee19b1768e30b2be4f4f4.tar.gz
Merge pull request #958 from vvv/fix-docker-ref
README.rst: fix the upstream Docker image reference
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index de79be7..bb87081 100644
--- a/README.rst
+++ b/README.rst
@@ -57,7 +57,7 @@ How to use
or run it directly from the upstream image:
-``docker run -it --rm -e GITLAB_PRIVATE_TOKEN=<your token> -v /path/to/python-gitlab.cfg:/python-gitlab.cfg registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 <command> ...``
+``docker run -it --rm -e GITLAB_PRIVATE_TOKEN=<your token> -v /path/to/python-gitlab.cfg:/python-gitlab.cfg registry.gitlab.com/python-gitlab/python-gitlab:latest <command> ...``
To change the GitLab URL, use `-e GITLAB_URL=<your url>`