From 008490ba0330add2fe2f39a7aec0c4ad057484da Mon Sep 17 00:00:00 2001 From: Galimede Date: Mon, 2 Nov 2020 11:56:39 +0100 Subject: [PATCH] changed postgres version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8696cfa..5c0574a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: test_e2e: docker: - image: cimg/node:14.10.1 - - image: postgres:9.6-jessie + - image: postgres:13-alpine environment: POSTGRES_USER: e2e POSTGRES_DB: psdb