Skip to content

Commit

Permalink
Change docker image to redis-stack for redis docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpozniak95 committed Sep 16, 2024
1 parent 6bf2b22 commit ae5f1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/opentelemetry-docker-tests/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
POSTGRES_PASSWORD: testpassword
POSTGRES_DB: opentelemetry-tests
otredis:
image: redis:4.0-alpine
image: redis/redis-stack:7.2.0-v12
ports:
- "127.0.0.1:6379:6379"
otrediscluster:
Expand Down

0 comments on commit ae5f1a3

Please sign in to comment.