diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5fa0d548..624d84f8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,7 +8,7 @@ find below useful information about how to contribute to the Gotenberg project. ### Install from sources 1. Install and run the latest version of Docker -2. Verify your Go version (>= 1.13) +2. Verify your Go version (>= 1.14) 3. Fork this repository 4. Clone it outside of your `GOPATH` (we're using Go modules) diff --git a/docs/index.html b/docs/index.html index b5f8d0d9..1ad30e01 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.1.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=6.2.0
@@ -204,7 +204,8 @@ $ make publish GOTENBERG_USER_GID=Cloud Run (Google Cloud) - If you’re looking for cost savings, you might be interested by Cloud Run. However, this is not advisable if you need to do async conversion with a webhook.
+If you’re looking for cost savings, you might be interested by Cloud Run. +However, according to some users, doing asynchronous conversion (with a webhook) might not working.
In the following examples, we will assume your Gotenberg API is available at http://localhost:3000.
@@ -1777,4 +1778,4 @@ restart your Gotenberg instances from time to time to ensure a nominal behaviour -