Skip to content

Commit

Permalink
Update postgres version from 12.0 to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-aranda committed Aug 24, 2023
1 parent b2bd56e commit 3cee764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

database:
container_name: love-manager-database
image: postgres:12.0
image: postgres:15.0
environment:
- POSTGRES_DB=postgres
- POSTGRES_USER=postgres
Expand Down

0 comments on commit 3cee764

Please sign in to comment.