Skip to content

Commit

Permalink
Use redis:alpine (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
peb-adr authored Jun 8, 2023
1 parent 65c5b5e commit dfc1c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/config/default-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ services:
{{- with .Services.redis }}

redis:
image: redis:latest
image: redis:alpine
command: redis-server --save ""
environment:
<< : *default-environment
Expand Down
2 changes: 1 addition & 1 deletion pkg/setup/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ services:
- postgres_password
redis:
image: redis:latest
image: redis:alpine
command: redis-server --save ""
environment:
<< : *default-environment
Expand Down

0 comments on commit dfc1c39

Please sign in to comment.