diff --git a/README.md b/README.md index d554dfa..4aaa68b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ CLI arguments go after the `--` in the cargo command. To run deploy the API with Docker, just run: ```sh -$ docker run registry.nyeki.dev/nyeki/api:latest -p 8000:80 \ +$ docker run registry.nyeki.dev/nyeki/api:v1.1.4 -p 8000:80 \ $ -e DISCORD_TOKEN="..." \ $ -e GITHUB_TOKEN="..." ```