Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- backend

database:
image: postgres:16-alpine3.22
image: postgres:17-alpine3.22
container_name: database
ports:
- "5432:5432"
Expand Down