Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
feat(Dependencies): Update redis Docker tag to v7.2.1
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| docker     | redis   | 7.2.0 | 7.2.1 |
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent 7368b5a commit 3488a69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.2.0
image: redis:7.2.1
expose:
- "6379"
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.2.0
image: redis:7.2.1
expose:
- "6379"
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.2.0
image: redis:7.2.1
expose:
- "6379"
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.2.0
image: redis:7.2.1
expose:
- "6379"
healthcheck:
Expand Down

0 comments on commit 3488a69

Please sign in to comment.