From f3d84561c43055467148dfa772c1f4aad0e8765b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 02:57:48 +0000 Subject: [PATCH] chore(deps): update semitechnologies/weaviate docker tag to v1.34.4 (#2773) --- apps/dify/1.10.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dify/1.10.1/docker-compose.yml b/apps/dify/1.10.1/docker-compose.yml index e58829716..1e7998a8e 100644 --- a/apps/dify/1.10.1/docker-compose.yml +++ b/apps/dify/1.10.1/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.34.3 + image: semitechnologies/weaviate:1.34.4 env_file: - dify.env profiles: