From be90e85a882b17dc8bb08447e04b4e99837b9c44 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Jun 2019 07:56:05 +0000 Subject: [PATCH] Update circleci/postgres Docker tag to v9.6 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8652c596..d3083aa3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: docker: - image: circleci/golang:1.12 - image: redis - - image: circleci/postgres:9.4 + - image: circleci/postgres:9.6 environment: POSTGRES_USER: postgres POSTGRES_DB: api_test