Skip to content

Commit fc177b2

Browse files
authored
Update postgres image to 13.5 (#31)
Divio migrated the databases from postgress 9.6 to 13. More info: https://www.divio.com/blog/postgres_migration_from_9_6_to_13/
1 parent d7a7062 commit fc177b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121

2222
database_default:
2323
# Select one of the following db configurations for the database
24-
image: postgres:9.6-alpine
24+
image: postgres:13.5-alpine
2525
ports:
2626
- "5432:5432/tcp" # allow your local dev env to connect to the db
2727
environment:

0 commit comments

Comments
 (0)