> For the complete documentation index, see [llms.txt](https://docs.meterian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meterian.io/the-client/the-meterian-client-dockerized/advanced-usage/disable-the-client-auto-update.md).

# Disable the client auto-update

The Dockerized client is built with the latest version of the client available at build time which then remains unchanged within the relative image. To ensure that users are always using the most up to date version of the Meterian client, this is auto-updated by default when a more recent version is detected.

To disable this behaviour you can use the `CLIENT_AUTO_UPDATE` environment variable

```
export CLIENT_AUTO_UPDATE=false
```
