From 3cce6ca02b6bed4531895634445705856cb7d33e Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Mon, 24 Jun 2019 11:42:15 -0500 Subject: [PATCH] Change docker image to postgres 11.3 PostgreSQL 11.4 patched an error for wich we had a test. See https://www.postgresql.org/docs/release/11.4/ json_to_record. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bad74ed34..9d3742cce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -174,7 +174,7 @@ jobs: - image: circleci/buildpack-deps:trusty environment: - PGHOST=localhost - - image: circleci/postgres:11 + - image: circleci/postgres:11.3 environment: - POSTGRES_USER=circleci - POSTGRES_DB=circleci