Skip to content

Commit

Permalink
feat(Dependencies): Update redis Docker tag to v7.2.2
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| docker     | redis   | 7.2.1 | 7.2.2 |
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent 74ff9a0 commit 071c308
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 @@ -18,7 +18,7 @@ services:

simplevm_client_redis:
container_name: simplevm_client_redis
image: redis:7.2.1
image: redis:7.2.2
expose:
- "6379"
networks:
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 @@ -18,7 +18,7 @@ services:

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

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

simplevm_client_redis:
container_name: simplevm_client_redis
image: redis:7.2.1
image: redis:7.2.2
expose:
- "6379"
networks:
Expand Down

0 comments on commit 071c308

Please sign in to comment.