Skip to content

Commit

Permalink
bumped postgres in docker-compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjacovich committed May 16, 2023
1 parent 0b96158 commit cde5d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- CELERY_EAGER_PROPAGATES_EXCEPTIONS=True
pytest_citation_capture_db:
container_name: pytest_citation_capture_db
image: postgres:12.6
image: postgres:14.0
restart: always
environment:
- POSTGRES_USER=postgres
Expand Down

0 comments on commit cde5d37

Please sign in to comment.