Skip to content

Commit

Permalink
Update redis Docker tag to v6.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent c64101a commit c105a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
redis:
image: 'redis:6.2.4-alpine'
image: 'redis:6.2.16-alpine'
volumes:
- 'rabbit_redis:/data'
restart: unless-stopped
Expand Down

0 comments on commit c105a6d

Please sign in to comment.