Skip to content

Commit

Permalink
Merge pull request #134 from adanalife/upgrading-postgres-container
Browse files Browse the repository at this point in the history
Upgrading postgres to v13
  • Loading branch information
dmerrick authored Apr 4, 2021
2 parents 8863055 + 4b1b8dc commit 9af87c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
restart: unless-stopped

db:
image: postgres:12
image: postgres:13
restart: always
ports:
- "5432"
Expand Down

0 comments on commit 9af87c9

Please sign in to comment.