diff --git a/docs/getting-started/installation/prowler-app.mdx b/docs/getting-started/installation/prowler-app.mdx index 8cce9b0c50..affd87aa78 100644 --- a/docs/getting-started/installation/prowler-app.mdx +++ b/docs/getting-started/installation/prowler-app.mdx @@ -115,10 +115,15 @@ To update the environment file: Edit the `.env` file and change version values: ```env -PROWLER_UI_VERSION="5.9.0" -PROWLER_API_VERSION="5.9.0" +PROWLER_UI_VERSION="5.15.0" +PROWLER_API_VERSION="5.15.0" ``` + + You can find the latest versions of Prowler App in the [Releases Github section](https://github.com/prowler-cloud/prowler/releases) or in the [Container Versions](#container-versions) section of this documentation. + + + #### Option 2: Using Docker Compose Pull ```bash