Skip to content

Commit

Permalink
Merge pull request #1047 from ministryofjustice/renovate-bitnami-redi…
Browse files Browse the repository at this point in the history
…s-7.x

Update bitnami/redis Docker tag to v7.4.1
  • Loading branch information
aliuk2012 authored Nov 13, 2024
2 parents d616bd3 + 0d718d8 commit 44d2275
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 25 deletions.
3 changes: 1 addition & 2 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: '3.1'
services:

redis:
image: 'bitnami/redis:7.0.11'
image: 'bitnami/redis:7.4.1'
networks:
- hmpps_int
environment:
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: '3.1'
services:

redis:
image: 'bitnami/redis:7.0.11'
image: 'bitnami/redis:7.4.1'
networks:
- hmpps
environment:
Expand Down
48 changes: 28 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"path-to-regexp": "^8.1.0",
"prom-client": "^15.1.2",
"qs": "^6.12.1",
"redis": "^4.6.14",
"redis": "^4.7.0",
"reflect-metadata": "^0.2.2",
"static-path": "^0.0.4",
"superagent": "^8.0.2",
Expand Down

0 comments on commit 44d2275

Please sign in to comment.