From ec0ea0b1dc4433c2693f51c88c77fe5da8510764 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Mon, 28 Mar 2022 18:15:38 +0530 Subject: [PATCH] chore: Upgrade to next gen docker convenience image (#4310) * chore: Upgrade to next gen docker convenience image https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034/16 * switch to postgres:14.1 and redis:6.2 images --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9b2c68537..974b981ab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,8 @@ defaults: &defaults # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ - - image: circleci/postgres:alpine - - image: circleci/redis:alpine + - image: cimg/postgres:14.1 + - image: cimg/redis:6.2.6 environment: - CC_TEST_REPORTER_ID: b1b5c4447bf93f6f0b06a64756e35afd0810ea83649f03971cbf303b4449456f - RAILS_LOG_TO_STDOUT: false