diff --git a/docker-compose.yml b/docker-compose.yml index d6ee7443d..e68332d69 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: # use the preferred version of the official Postgres image # see https://hub.docker.com/_/postgres/ - image: postgres:9.4.5 + image: postgres:9.6.21 # persist the database between containers by storing it in a volume volumes: