Skip to content

Commit 207041b

Browse files
authored
Merge pull request #5 from ZPascal/update-the-postgresql-version
feat: Update the PostgreSQL version
2 parents 10dbed3 + b87db20 commit 207041b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:13-alpine3.20
24+
image: postgres:16-alpine3.20
2525
container_name: database
2626
ports:
2727
- "5432:5432"

0 commit comments

Comments
 (0)