We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744794c commit fc6650cCopy full SHA for fc6650c
README.md
@@ -9,6 +9,7 @@ You can execute `docker-compose up -d --build --force-recreate` to start and bui
9
10
| **Version** | **Description** |
11
|:-----------:|:----------------------------------------------------------------:|
12
+| 1.2.0 | Includes PostgreSQL 17 |
13
| 1.1.1 | Update the Alpine version and the allocated IPs of the databases |
14
| 1.1.0 | Includes PostgreSQL 16 |
15
| 1.0.0 | Includes PostgreSQL 13 |
docker-compose.yml
@@ -21,7 +21,7 @@ services:
21
- backend
22
23
database:
24
- image: postgres:16-alpine3.22
+ image: postgres:17-alpine3.22
25
container_name: database
26
ports:
27
- "5432:5432"
0 commit comments