Skip to content

Commit 49c88a3

Browse files
committed
fix: Switch to official redis image (#10173)
1 parent a372970 commit 49c88a3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.8.1](https://github.com/opencrvs/opencrvs-core/compare/v1.8.1...v1.8.2)
4+
5+
- **Switch back to default redis image** [#10173](https://github.com/opencrvs/opencrvs-core/issues/10173)
6+
37
## [1.8.1](https://github.com/opencrvs/opencrvs-core/compare/v1.8.0...v1.8.1)
48

59
### Bug fixes

docker-compose.deps.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ services:
1414
restart: unless-stopped
1515

1616
redis:
17-
image: docker.io/bitnami/redis:8.0
17+
image: redis:8
1818
restart: unless-stopped
19-
environment:
20-
- ALLOW_EMPTY_PASSWORD=yes
2119

2220
elasticsearch:
2321
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.4

0 commit comments

Comments
 (0)