Skip to content

Commit bc8e17e

Browse files
Update redis Docker tag to v8.2.2 (#500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8b36c5 commit bc8e17e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
opencti-dev-redis:
44
container_name: opencti-dev-redis
5-
image: redis:8.2.1
5+
image: redis:8.2.2
66
restart: unless-stopped
77
ports:
88
- "6379:6379"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
redis:
4-
image: redis:8.2.1
4+
image: redis:8.2.2
55
restart: always
66
volumes:
77
- redisdata:/data

0 commit comments

Comments
 (0)