diff --git a/README.md b/README.md index e1ccfc7..1500756 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ You can execute `docker-compose up -d --build --force-recreate` to start and bui | **Version** | **Description** | |:-----------:|:----------------------------------------------------------------:| +| 1.2.0 | Includes PostgreSQL 17 | | 1.1.1 | Update the Alpine version and the allocated IPs of the databases | | 1.1.0 | Includes PostgreSQL 16 | | 1.0.0 | Includes PostgreSQL 13 | diff --git a/docker-compose.yml b/docker-compose.yml index a017529..cbe689b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: - backend database: - image: postgres:16-alpine3.22 + image: postgres:17-alpine3.22 container_name: database ports: - "5432:5432"