Skip to content

Commit f6f5178

Browse files
authored
Merge pull request #958 from vvv/fix-docker-ref
README.rst: fix the upstream Docker image reference
2 parents 9961aaa + b9a40d8 commit f6f5178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ How to use
5757

5858
or run it directly from the upstream image:
5959

60-
``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> ...``
60+
``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> ...``
6161

6262
To change the GitLab URL, use `-e GITLAB_URL=<your url>`
6363

0 commit comments

Comments
 (0)