From fc23078f38b9a544029e9d9be181340559f25b76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 04:31:04 +0000 Subject: [PATCH] chore(deps): update semitechnologies/weaviate docker tag to v1.35.10 (#4148) --- apps/dify/1.13.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dify/1.13.0/docker-compose.yml b/apps/dify/1.13.0/docker-compose.yml index 4c3ce9d10..af4ce504f 100644 --- a/apps/dify/1.13.0/docker-compose.yml +++ b/apps/dify/1.13.0/docker-compose.yml @@ -753,7 +753,7 @@ services: - ${PANEL_APP_PORT_HTTP}:${NGINX_PORT:-80} - ${PANEL_APP_PORT_HTTPS}:${NGINX_SSL_PORT:-443} weaviate: - image: semitechnologies/weaviate:1.35.9 + image: semitechnologies/weaviate:1.35.10 env_file: - dify.env profiles: