From fbc04bf8c38b70fc43e903e83f26bf49a0071949 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Fri, 23 Jan 2026 18:12:30 +0100 Subject: [PATCH] Update weaviate image --- examples/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/compose.yaml b/examples/compose.yaml index 6c603030..1299b3cf 100644 --- a/examples/compose.yaml +++ b/examples/compose.yaml @@ -226,7 +226,7 @@ services: - '8108:8108' weaviate: - image: cr.weaviate.io/semitechnologies/weaviate:1.32.4 + image: cr.weaviate.io/semitechnologies/weaviate:1.35.3 command: ['--host', '0.0.0.0', '--port', '8080', '--scheme', 'http'] environment: QUERY_DEFAULTS_LIMIT: 25