Skip to content

Commit

Permalink
feat: Update the PostgreSQL version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZPascal committed Aug 11, 2024
1 parent 0e7fac3 commit b87db20
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 @@ -16,7 +16,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 b87db20

Please sign in to comment.