Skip to content

Commit e22b9ef

Browse files
authored
feat: update backbase version to 2025.09-LTS latest patch (#37)
* BB_VERSION=2025.09.36-LTS
1 parent 0289dff commit e22b9ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

development/docker-compose/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
BB_VERSION=2025.04
1+
BB_VERSION=2025.09.36-LTS
22
BOOTSTRAP_JOB_VERSION=2024.12.2-retail

development/docker-compose/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ For the setup, you must have the following:
5151
```shell
5252
docker ps
5353
```
54-
2. To set the Docker image for the version of Edge you are running, replace `2025.04` with the value of `BB_VERSION` in the [development/docker-compose/.env](https://github.com/backbase/local-backend-setup/blob/main/development/docker-compose/.env) file.:
54+
2. To set the Docker image for the version of Edge you are running, replace `2025.09.36-LTS` with the value of `BB_VERSION` in the [development/docker-compose/.env](https://github.com/backbase/local-backend-setup/blob/main/development/docker-compose/.env) file.:
5555
```shell
56-
docker pull repo.backbase.com/backbase-docker-releases/edge:`2025.04`
56+
docker pull repo.backbase.com/backbase-docker-releases/edge:`2025.09.36-LTS`
5757
```
5858

5959
3. From the Docker Compose directory, start up the environment:

0 commit comments

Comments
 (0)