docs: clarify update version (#9583)

This commit is contained in:
Andoni Alonso
2025-12-18 11:21:20 +01:00
committed by GitHub
parent c6b4b9c94f
commit 0bdd1c3f35

View File

@@ -115,10 +115,15 @@ To update the environment file:
Edit the `.env` file and change version values: Edit the `.env` file and change version values:
```env ```env
PROWLER_UI_VERSION="5.9.0" PROWLER_UI_VERSION="5.15.0"
PROWLER_API_VERSION="5.9.0" PROWLER_API_VERSION="5.15.0"
``` ```
<Note>
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.
</Note>
#### Option 2: Using Docker Compose Pull #### Option 2: Using Docker Compose Pull
```bash ```bash