diff --git a/README.md b/README.md index cdb9635..4cfa4bc 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ This is the Git repository of the official `CDP4 Community Edition` docker image ## CDP4 Database - Community Edition -The `CDP4 Database Community Edition` image is based on the official PostgreSQL 9.6.9 image and contains the CDP4 SQL schema required to run the CDP4 Webservices Community Edition. +The `CDP4 Database Community Edition` image is based on the official PostgreSQL 9.6.14 image and contains the CDP4 SQL schema required to run the CDP4 Webservices Community Edition. The docker image is available on [docker hub](https://hub.docker.com/r/rheagroup/cdp4-database-community-edition/) ## CDP4 Database Bare - Community Edition -The `CDP4 Database Bare - Community Edition` image is based on the official PostgreSQL 9.6.9 image. It does not contain the CDP4 SQL Schema, only the mininmal setup that is required to execute the [ECSS-E-TM-10-25 Annex C.2 Integration Test suite](https://github.com/RHEAGROUP/ecss-10-25-annexc-integration-tests). +The `CDP4 Database Bare - Community Edition` image is based on the official PostgreSQL 9.6.14 image. It does not contain the CDP4 SQL Schema, only the mininmal setup that is required to execute the [ECSS-E-TM-10-25 Annex C.2 Integration Test suite](https://github.com/RHEAGROUP/ecss-10-25-annexc-integration-tests). ## CDP4 Services Community Edition diff --git a/cdp4-database-bare-community-edition/Dockerfile b/cdp4-database-bare-community-edition/Dockerfile index 04f40fe..e40aa4d 100644 --- a/cdp4-database-bare-community-edition/Dockerfile +++ b/cdp4-database-bare-community-edition/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:9.6.9 +FROM postgres:9.6.14 MAINTAINER s.gerene@rheagroup.com COPY LICENSE / diff --git a/cdp4-database-community-edition/Dockerfile b/cdp4-database-community-edition/Dockerfile index 9a26851..43615fe 100644 --- a/cdp4-database-community-edition/Dockerfile +++ b/cdp4-database-community-edition/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:9.6.9 +FROM postgres:9.6.14 MAINTAINER s.gerene@rheagroup.com COPY LICENSE /