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
This commit is contained in:
@@ -12,8 +12,8 @@ defaults: &defaults
|
|||||||
# Specify service dependencies here if necessary
|
# Specify service dependencies here if necessary
|
||||||
# CircleCI maintains a library of pre-built images
|
# CircleCI maintains a library of pre-built images
|
||||||
# documented at https://circleci.com/docs/2.0/circleci-images/
|
# documented at https://circleci.com/docs/2.0/circleci-images/
|
||||||
- image: circleci/postgres:alpine
|
- image: cimg/postgres:14.1
|
||||||
- image: circleci/redis:alpine
|
- image: cimg/redis:6.2.6
|
||||||
environment:
|
environment:
|
||||||
- CC_TEST_REPORTER_ID: b1b5c4447bf93f6f0b06a64756e35afd0810ea83649f03971cbf303b4449456f
|
- CC_TEST_REPORTER_ID: b1b5c4447bf93f6f0b06a64756e35afd0810ea83649f03971cbf303b4449456f
|
||||||
- RAILS_LOG_TO_STDOUT: false
|
- RAILS_LOG_TO_STDOUT: false
|
||||||
|
|||||||
Reference in New Issue
Block a user