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