Skip to content

Commit

Permalink
bridge: Use a smaller redis docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte committed Feb 29, 2024
1 parent d27fbbe commit e48d72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/testing-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- "9325:9325"

redis:
image: "docker.io/redis:7"
image: "docker.io/redis:7-alpine"
ports:
- "6379:6379"

Expand Down

0 comments on commit e48d72c

Please sign in to comment.