From 3b5701f93096a8449d0e6bce7c05988c938ece24 Mon Sep 17 00:00:00 2001 From: Dmitry Toptygin Date: Thu, 9 Jul 2020 19:50:19 -0400 Subject: [PATCH] set maintainer to TipWlan --- .../src/main/docker-opensync-gateway-and-mqtt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensync-gateway-static-docker/src/main/docker-opensync-gateway-and-mqtt/Dockerfile b/opensync-gateway-static-docker/src/main/docker-opensync-gateway-and-mqtt/Dockerfile index 642d89e..53d73b1 100644 --- a/opensync-gateway-static-docker/src/main/docker-opensync-gateway-and-mqtt/Dockerfile +++ b/opensync-gateway-static-docker/src/main/docker-opensync-gateway-and-mqtt/Dockerfile @@ -1,6 +1,6 @@ FROM adoptopenjdk/openjdk13:alpine-jre -LABEL maintainer="Telecom Infrastructure Project" +LABEL maintainer="TipWlan" LABEL version="1.0" LABEL description="This image runs the mqtt broker (mosquitto) and \ a statically configured OpenSync gateway."