Skip to content

Commit fc6650c

Browse files
authored
feat: Update the PostgreSQL version (#14)
1 parent 744794c commit fc6650c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ You can execute `docker-compose up -d --build --force-recreate` to start and bui
99

1010
| **Version** | **Description** |
1111
|:-----------:|:----------------------------------------------------------------:|
12+
| 1.2.0 | Includes PostgreSQL 17 |
1213
| 1.1.1 | Update the Alpine version and the allocated IPs of the databases |
1314
| 1.1.0 | Includes PostgreSQL 16 |
1415
| 1.0.0 | Includes PostgreSQL 13 |

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- backend
2222

2323
database:
24-
image: postgres:16-alpine3.22
24+
image: postgres:17-alpine3.22
2525
container_name: database
2626
ports:
2727
- "5432:5432"

0 commit comments

Comments
 (0)