From f9f7ca4c289dc3d7371199199caa6e79f79ebc4f Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Mon, 6 Nov 2017 15:07:45 -0600 Subject: [PATCH] Pinned Postgres to version 9.6 --- comanage-registry-postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comanage-registry-postgres/Dockerfile b/comanage-registry-postgres/Dockerfile index 5b0b5b5..06a3e0b 100644 --- a/comanage-registry-postgres/Dockerfile +++ b/comanage-registry-postgres/Dockerfile @@ -16,7 +16,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM postgres +FROM postgres:9.6 ENV INIT_DIR /docker-entrypoint-initdb.d