Skip to content

Commit

Permalink
Changed postgres from 9.6 to 12.19 as used in production RDS
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Nov 20, 2024
1 parent b7a4bd5 commit 6b23a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- "api.pmg.test:127.0.0.1"

postgres:
image: postgres:9.6
image: postgres:12.19
environment:
- POSTGRES_USER=pmg
- POSTGRES_DB=pmg
Expand Down

0 comments on commit 6b23a32

Please sign in to comment.