We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a372970 commit 49c88a3Copy full SHA for 49c88a3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## [1.8.1](https://github.com/opencrvs/opencrvs-core/compare/v1.8.0...v1.8.1)
8
9
### Bug fixes
docker-compose.deps.yml
@@ -14,10 +14,8 @@ services:
14
restart: unless-stopped
15
16
redis:
17
- image: docker.io/bitnami/redis:8.0
+ image: redis:8
18
19
- environment:
20
- - ALLOW_EMPTY_PASSWORD=yes
21
22
elasticsearch:
23
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.4
0 commit comments