diff --git a/.circleci/config.yml b/.circleci/config.yml index 7454c6c43..2c4290b93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: # that we support. stack-test: docker: - - image: circleci/buildpack-deps:trusty + - image: cimg/base:2021.03 environment: - PGHOST=localhost - image: circleci/postgres:9.5 @@ -71,7 +71,7 @@ jobs: # Run memory usage tests based on stack and docker. stack-test-memory: docker: - - image: circleci/buildpack-deps:trusty + - image: cimg/base:2021.03 environment: - PGHOST=localhost - TERM=xterm