Skip to content

Commit

Permalink
Merge pull request #447 from edenia/update-postgres-version
Browse files Browse the repository at this point in the history
fix(postgres): upgrade posgres version docker compose
  • Loading branch information
fagomezra authored Mar 8, 2023
2 parents 2486f65 + d2f7823 commit 54aef05
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 @@ -9,7 +9,7 @@ services:
- ./tmp/wallet/:/opt/application/data/
postgres:
container_name: 'eden-spending-postgres'
image: postgres:12.12-bullseye
image: postgres:12.14-bullseye
ports:
- '5432:5432'
volumes:
Expand Down

0 comments on commit 54aef05

Please sign in to comment.