From 73a6baf10125ccc3c59dc904b54a7954c9514588 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 05:11:08 +0000 Subject: [PATCH] chore(deps): update tdengine/tsdb docker tag to v3.4.0.2 (#3780) --- .../data.yml | 0 .../docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/tdengine/{3.4.0.0-CommunityEdition => 3.4.0.2-CommunityEdition}/data.yml (100%) rename apps/tdengine/{3.4.0.0-CommunityEdition => 3.4.0.2-CommunityEdition}/docker-compose.yml (94%) diff --git a/apps/tdengine/3.4.0.0-CommunityEdition/data.yml b/apps/tdengine/3.4.0.2-CommunityEdition/data.yml similarity index 100% rename from apps/tdengine/3.4.0.0-CommunityEdition/data.yml rename to apps/tdengine/3.4.0.2-CommunityEdition/data.yml diff --git a/apps/tdengine/3.4.0.0-CommunityEdition/docker-compose.yml b/apps/tdengine/3.4.0.2-CommunityEdition/docker-compose.yml similarity index 94% rename from apps/tdengine/3.4.0.0-CommunityEdition/docker-compose.yml rename to apps/tdengine/3.4.0.2-CommunityEdition/docker-compose.yml index 5d34500d2..6b33993f9 100644 --- a/apps/tdengine/3.4.0.0-CommunityEdition/docker-compose.yml +++ b/apps/tdengine/3.4.0.2-CommunityEdition/docker-compose.yml @@ -1,7 +1,7 @@ services: tdengine: container_name: ${CONTAINER_NAME} - image: tdengine/tsdb:3.4.0.0 + image: tdengine/tsdb:3.4.0.2 hostname: tdengine-server volumes: - ./data:/var/lib/taos