Skip to content

Commit

Permalink
redis 5.0.5 for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Spacca committed Sep 15, 2021
1 parent 5267375 commit 6d48345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metricbeat/module/redis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: '2.3'

services:
redis:
image: docker.elastic.co/integrations-ci/beats-redis:${REDIS_VERSION:-3.2.12}-1
image: docker.elastic.co/integrations-ci/beats-redis:${REDIS_VERSION:-5.0.5}-1
build:
context: ./_meta
args:
REDIS_VERSION: ${REDIS_VERSION:-3.2.12}
REDIS_VERSION: ${REDIS_VERSION:-5.0.5}
privileged: true
ports:
- 6379

0 comments on commit 6d48345

Please sign in to comment.