diff options
author | Shlee <github@shl.ee> | 2022-03-15 23:40:32 +1030 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 22:10:32 +0900 |
commit | 9fbe95278920e54859e00859dc1e5f31df4e2371 (patch) | |
tree | 190ef7c045cf97b8c4dc5d0eaff3a0ca3b2559ce | |
parent | 4bdce2c5130ef5e3e6607e26fed4a64cbaac38bc (diff) |
Update config.yml (#17800)
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 6d89e670a..5d4829fa1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ executors: environment: POSTGRES_USER: root POSTGRES_HOST_AUTH_METHOD: trust - - image: circleci/redis:6-alpine + - image: cimg/redis:6.2 commands: install-system-dependencies: |