Skip to content

Commit

Permalink
Merge main into stable/4.0.x. Update 20230609
Browse files Browse the repository at this point in the history
* commit 'dfc1c39ffd7ca03f58c0c6b8d4a2885a4e644ed6':
  Use redis:alpine (#223)
  • Loading branch information
peb-adr committed Jun 9, 2023
2 parents 65c5b5e + dfc1c39 commit e4fc8ef
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 e4fc8ef

Please sign in to comment.