Skip to content

Commit

Permalink
Merge pull request #5 from ZPascal/update-the-postgresql-version
Browse files Browse the repository at this point in the history
feat: Update the PostgreSQL version
  • Loading branch information
ZPascal authored Nov 5, 2024
2 parents 10dbed3 + b87db20 commit 207041b
Showing 1 changed file with 1 addition and 1 deletion.
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:13-alpine3.20
image: postgres:16-alpine3.20
container_name: database
ports:
- "5432:5432"
Expand Down

0 comments on commit 207041b

Please sign in to comment.