Skip to content

Commit

Permalink
Use official redis image for docker-compose (hmpps-template-typescrip…
Browse files Browse the repository at this point in the history
…t#126)

Which is suitable for arm64 and consistent with docker-compose-test which was updated with ministryofjustice/hmpps-template-typescript#89
  • Loading branch information
neilmendum authored and ushkarev committed Nov 1, 2022
1 parent 587b3a7 commit 3aa6927
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:

redis:
image: bitnami/redis:5.0
image: redis:6.2
networks:
- hmpps
container_name: inc-ui-redis
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:

redis:
image: bitnami/redis:5.0
image: redis:6.2
networks:
- hmpps_int
container_name: inc-ui-redis
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:

redis:
image: bitnami/redis:5.0
image: redis:6.2
networks:
- hmpps
container_name: inc-ui-redis
Expand Down
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
{
"matchDatasources": ["docker-compose"],
"matchPackageNames": ["bitnami/redis"],
"allowedVersions": "5.0"
"matchPackageNames": ["redis"],
"allowedVersions": "6.2"
},
{
"matchDatasources": ["orb"],
Expand Down

0 comments on commit 3aa6927

Please sign in to comment.