From 230118cb0e619141fd5cfdbd6f108d2f3e7c5e97 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Sat, 19 Dec 2020 17:28:01 -0800 Subject: [PATCH] Upgrade from postgres 12 to 13 --- .circleci/config.yml | 2 +- circleci/config.yml.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 621cbb4..92324ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ executors: PGHOST: 127.0.0.1 PGUSER: postgres PGPASS: postgres - - image: circleci/postgres:12-alpine + - image: circleci/postgres:13-ram environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres diff --git a/circleci/config.yml.tt b/circleci/config.yml.tt index fea43d9..b9696ce 100644 --- a/circleci/config.yml.tt +++ b/circleci/config.yml.tt @@ -13,7 +13,7 @@ executors: PGPASS: postgres RAILS_ENV: test HEADLESS_CHROME: "1" - - image: circleci/postgres:12-alpine + - image: circleci/postgres:13-ram environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres