Skip to content

Commit feff992

Browse files
committed
Pin redis to 7.4.2 as latest 7.4.3 fails on startup with 'exec format error'
1 parent 51e4916 commit feff992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353

5454
redis:
5555
container_name: redis
56-
image: docker.io/redis:7-alpine
56+
image: docker.io/redis:7.4.2-alpine
5757
command:
5858
- sh
5959
- -c # this is to evaluate the $REDIS_PASSWORD from the env

0 commit comments

Comments
 (0)