Skip to content

Commit

Permalink
chore: update posgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Jun 25, 2024
1 parent 10c725c commit 1491627
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 @@ -15,7 +15,7 @@ services:
command: python manage.py runserver 0.0.0.0:80

database_default:
image: postgres:13.5-alpine
image: postgres:15.7-alpine
environment:
POSTGRES_DB: "db"
POSTGRES_HOST_AUTH_METHOD: "trust"
Expand Down

0 comments on commit 1491627

Please sign in to comment.