diff --git a/apps/gateway-go/0.3.20/.env.sample b/apps/gateway-go/0.3.23/.env.sample similarity index 100% rename from apps/gateway-go/0.3.20/.env.sample rename to apps/gateway-go/0.3.23/.env.sample diff --git a/apps/gateway-go/0.3.20/data.yml b/apps/gateway-go/0.3.23/data.yml similarity index 100% rename from apps/gateway-go/0.3.20/data.yml rename to apps/gateway-go/0.3.23/data.yml diff --git a/apps/gateway-go/0.3.20/docker-compose.yml b/apps/gateway-go/0.3.23/docker-compose.yml similarity index 81% rename from apps/gateway-go/0.3.20/docker-compose.yml rename to apps/gateway-go/0.3.23/docker-compose.yml index 3fad4e529..7e09f24f5 100644 --- a/apps/gateway-go/0.3.20/docker-compose.yml +++ b/apps/gateway-go/0.3.23/docker-compose.yml @@ -5,6 +5,6 @@ services: network_mode: "host" volumes: - "${DATA_PATH}:/root" - image: openiothub/gateway-go:v0.3.20 + image: openiothub/gateway-go:v0.3.23 labels: createdBy: "Apps"