Skip to content

Commit

Permalink
ci: bump redis to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amille44420 committed Jun 13, 2022
1 parent 18ff397 commit f526cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ executors:
- image: minio/minio:RELEASE.2021-07-08T01-15-01Z
command: server /data
environment: *mino-env
- image: cimg/redis:6.2.6
- image: cimg/redis:7.0.0
command: redis-server --appendonly yes
- image: appvantage/html2pdf-service:1.5.1
name: html2pdf
Expand All @@ -54,7 +54,7 @@ executors:
- image: minio/minio:RELEASE.2021-07-08T01-15-01Z
command: server /data
environment: *mino-env
- image: cimg/redis:6.2.6
- image: cimg/redis:7.0.0
command: redis-server --appendonly yes
- image: appvantage/html2pdf-service:1.5.1
name: html2pdf
Expand Down

0 comments on commit f526cb7

Please sign in to comment.