From 58e14116b6369e971a81a26290f5f6b971efc14d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 01:34:53 +0800 Subject: [PATCH] Update openiothub/gateway-go Docker tag to v2.0.6 (#537) --- apps/gateway-go/{2.0.4 => 2.0.6}/.env.sample | 0 apps/gateway-go/{2.0.4 => 2.0.6}/data.yml | 0 apps/gateway-go/{2.0.4 => 2.0.6}/docker-compose.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/gateway-go/{2.0.4 => 2.0.6}/.env.sample (100%) rename apps/gateway-go/{2.0.4 => 2.0.6}/data.yml (100%) rename apps/gateway-go/{2.0.4 => 2.0.6}/docker-compose.yml (81%) diff --git a/apps/gateway-go/2.0.4/.env.sample b/apps/gateway-go/2.0.6/.env.sample similarity index 100% rename from apps/gateway-go/2.0.4/.env.sample rename to apps/gateway-go/2.0.6/.env.sample diff --git a/apps/gateway-go/2.0.4/data.yml b/apps/gateway-go/2.0.6/data.yml similarity index 100% rename from apps/gateway-go/2.0.4/data.yml rename to apps/gateway-go/2.0.6/data.yml diff --git a/apps/gateway-go/2.0.4/docker-compose.yml b/apps/gateway-go/2.0.6/docker-compose.yml similarity index 81% rename from apps/gateway-go/2.0.4/docker-compose.yml rename to apps/gateway-go/2.0.6/docker-compose.yml index 00eba2b7b..62687d659 100644 --- a/apps/gateway-go/2.0.4/docker-compose.yml +++ b/apps/gateway-go/2.0.6/docker-compose.yml @@ -5,6 +5,6 @@ services: network_mode: "host" volumes: - "${DATA_PATH}:/root" - image: openiothub/gateway-go:v2.0.4 + image: openiothub/gateway-go:v2.0.6 labels: createdBy: "Apps"