Skip to content

Commit

Permalink
Update redis Docker tag to v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent ff1122a commit ea96ff5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/docker-compose-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
environment:
MYSQL_ROOT_PASSWORD: weblate
cache:
image: redis:7.4.0-alpine
image: redis:7.4.1-alpine
restart: always
ports:
- 60001:6379
2 changes: 1 addition & 1 deletion ci/docker-compose-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
environment:
MYSQL_ROOT_PASSWORD: weblate
cache:
image: redis:7.4.0-alpine
image: redis:7.4.1-alpine
restart: always
ports:
- 60001:6379
2 changes: 1 addition & 1 deletion ci/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: weblate
cache:
image: redis:7.4.0-alpine
image: redis:7.4.1-alpine
restart: always
ports:
- 60001:6379

0 comments on commit ea96ff5

Please sign in to comment.