Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 20, 2024
1 parent 802aa72 commit 5c7669e
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 @@ -12,7 +12,7 @@ services:
environment:
MYSQL_ROOT_PASSWORD: weblate
cache:
image: redis:7.2.4-alpine
image: redis:7.2.5-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 @@ -12,7 +12,7 @@ services:
environment:
MYSQL_ROOT_PASSWORD: weblate
cache:
image: redis:7.2.4-alpine
image: redis:7.2.5-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 @@ -15,7 +15,7 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: weblate
cache:
image: redis:7.2.4-alpine
image: redis:7.2.5-alpine
restart: always
ports:
- 60001:6379

0 comments on commit 5c7669e

Please sign in to comment.