diff --git a/docs/cli/usage.mdx b/docs/cli/usage.mdx
index 54a3c56dd..4e3d212fe 100644
--- a/docs/cli/usage.mdx
+++ b/docs/cli/usage.mdx
@@ -8,7 +8,7 @@ The distinguishing factor, however, is the authentication method used.
- To use the Infisical CLI in your development environment, simply run the following command and follow the interactive guide.
+ To use the Infisical CLI in your development environment, simply run the command below and follow the interactive guide.
```bash
infisical login
diff --git a/docs/integrations/platforms/docker.mdx b/docs/integrations/platforms/docker.mdx
index 848fb6390..e9682b785 100644
--- a/docs/integrations/platforms/docker.mdx
+++ b/docs/integrations/platforms/docker.mdx
@@ -32,6 +32,10 @@ This is achieved by installing the Infisical CLI into your docker image and modi
```
+####
+
+ We recommend you to set the version of the CLI to a specific version. This will help keep your CLI version consistent across reinstalls. [View versions](https://cloudsmith.io/~infisical/repos/infisical-cli/packages/)
+
## Modify the start command in your Dockerfile