Skip to content

Commit

Permalink
chore: bump postgres to supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Jul 13, 2022
1 parent 6608a90 commit 1de2d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -13,7 +13,7 @@ services:
ports:
- "3306:3306"
postgres:
image: postgres:9.6
image: postgres:10.21
environment:
- POSTGRES_DB=pop_test
- POSTGRES_USER=postgres
Expand Down

0 comments on commit 1de2d66

Please sign in to comment.