Skip to content

Commit

Permalink
chore: Upgrade Redis container image to 7.2 to match the live environ…
Browse files Browse the repository at this point in the history
…ment (#649)

Also this makes it compatible with M1 MacBook Pro
  • Loading branch information
jimbali authored Oct 5, 2023
1 parent 4641352 commit f3d4fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.1'
services:

use-of-force-redis:
image: 'bitnami/redis:5.0'
image: 'bitnami/redis:7.2'
networks:
- hmpps
container_name: use-of-force-redis
Expand Down

0 comments on commit f3d4fac

Please sign in to comment.