diff --git a/build/docs/content/01-install.md b/build/docs/content/01-install.md index c1a27401..a3758fdf 100644 --- a/build/docs/content/01-install.md +++ b/build/docs/content/01-install.md @@ -24,7 +24,7 @@ For instance: ```bash $ git clone https://github.com/thecodingmachine/gotenberg.git -$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=6.2.0 +$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=version ``` > `master` branch is always up-to-date with the latest version of the API. diff --git a/docs/index.html b/docs/index.html index 1ad30e01..d0db910f 100755 --- a/docs/index.html +++ b/docs/index.html @@ -154,7 +154,7 @@
For instance:
$ git clone https://github.com/thecodingmachine/gotenberg.git -$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=6.2.0 +$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=version