Skip to content

Commit

Permalink
Merge pull request #321 from djeck1432/fix/pylint-issues
Browse files Browse the repository at this point in the history
update postgres version
  • Loading branch information
djeck1432 authored Dec 3, 2024
2 parents 872aa74 + a6463fd commit 2736d4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.back.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- DB_PASSWORD=password

db:
image: postgres:14
image: postgres:16
container_name: postgres_dev
environment:
POSTGRES_DB: spotnet
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- DB_PASSWORD=password

db:
image: postgres:14
image: postgres:16
container_name: postgres_dev
environment:
POSTGRES_DB: spotnet
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- app_network

db:
image: postgres:14
image: postgres:16
container_name: postgres
restart: always
environment:
Expand Down

0 comments on commit 2736d4b

Please sign in to comment.