Switch to redis:7-alpine (#146)

This commit is contained in:
Marco Munizaga 2023-02-24 15:39:08 -08:00 committed by GitHub
parent 5ba5425ef7
commit ad7d37d6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ function buildSpec(containerImages: { [key: string]: string }, { name, dialerID,
}
},
redis: {
image: "redis/redis-stack",
image: "redis:7-alpine",
environment: {
REDIS_ARGS: "--loglevel warning"
}