Skip to content

Commit

Permalink
feat(Dependencies): Update redis Docker tag to v7.2.3
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| docker     | redis   | 7.2.2 | 7.2.3 |
  • Loading branch information
renovate[bot] committed Nov 4, 2023
1 parent 882176e commit d012756
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.2
image: redis:7.2.3
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.2
image: redis:7.2.3
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.2
image: redis:7.2.3
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.2
image: redis:7.2.3
expose:
- "6379"
networks:
Expand Down

0 comments on commit d012756

Please sign in to comment.