Skip to content

Commit

Permalink
docker-compose: upgrade postgres image
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jul 12, 2024
1 parent 6db12ae commit 75573c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
ports:
- "6379:6379"
db:
image: postgres:12.4
image: postgres:14
restart: "unless-stopped"
environment:
- "POSTGRES_USER=cds-rdm"
Expand Down
1 change: 0 additions & 1 deletion site/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ python_requires = >=3.9
zip_safe = False
install_requires =
python-ldap>=3.4.0,<3.5.0
#missing invenio-rdm-migrator?

[options.extras_require]
tests =
Expand Down

0 comments on commit 75573c7

Please sign in to comment.