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 f826fba commit b04b32a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b04b32a

Please sign in to comment.