Skip to content

Commit

Permalink
feat(Dependencies): Update redis Docker tag to v7.2.4
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| docker     | redis   | 7.2.3 | 7.2.4 |
  • Loading branch information
renovate[bot] committed Jan 10, 2024
1 parent c6f21c3 commit fa8f9bf
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.3
image: redis:7.2.4
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.3
image: redis:7.2.4
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.3
image: redis:7.2.4
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.3
image: redis:7.2.4
expose:
- "6379"
networks:
Expand Down

0 comments on commit fa8f9bf

Please sign in to comment.