summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/echobot-curl-client/Dockerfile2
-rw-r--r--samples/echobot-setmycommands/Dockerfile2
-rw-r--r--samples/echobot-submodule/Dockerfile2
-rw-r--r--samples/echobot-webhook-server/Dockerfile2
-rw-r--r--samples/echobot/Dockerfile2
-rw-r--r--samples/inline-keyboard/Dockerfile2
-rw-r--r--samples/photo/Dockerfile2
-rw-r--r--samples/received-text-processing/Dockerfile2
-rw-r--r--samples/reply-keyboard/Dockerfile2
9 files changed, 9 insertions, 9 deletions
diff --git a/samples/echobot-curl-client/Dockerfile b/samples/echobot-curl-client/Dockerfile
index 2954ceb..f9e4380 100644
--- a/samples/echobot-curl-client/Dockerfile
+++ b/samples/echobot-curl-client/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/echobot-curl-client
COPY . .
diff --git a/samples/echobot-setmycommands/Dockerfile b/samples/echobot-setmycommands/Dockerfile
index c103a7d..d3fa099 100644
--- a/samples/echobot-setmycommands/Dockerfile
+++ b/samples/echobot-setmycommands/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/echobot-setmycommands
COPY . .
diff --git a/samples/echobot-submodule/Dockerfile b/samples/echobot-submodule/Dockerfile
index 5e5191a..3dd5415 100644
--- a/samples/echobot-submodule/Dockerfile
+++ b/samples/echobot-submodule/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/echobot-submodule
COPY . .
diff --git a/samples/echobot-webhook-server/Dockerfile b/samples/echobot-webhook-server/Dockerfile
index 2aa4048..42f0e5d 100644
--- a/samples/echobot-webhook-server/Dockerfile
+++ b/samples/echobot-webhook-server/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/echobot-webhook-server
COPY . .
diff --git a/samples/echobot/Dockerfile b/samples/echobot/Dockerfile
index a7aa61a..57f3030 100644
--- a/samples/echobot/Dockerfile
+++ b/samples/echobot/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/echobot
COPY . .
diff --git a/samples/inline-keyboard/Dockerfile b/samples/inline-keyboard/Dockerfile
index 7e8e97a..64575a3 100644
--- a/samples/inline-keyboard/Dockerfile
+++ b/samples/inline-keyboard/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/inline-keyboard
COPY . .
diff --git a/samples/photo/Dockerfile b/samples/photo/Dockerfile
index ea9993a..b87c2ca 100644
--- a/samples/photo/Dockerfile
+++ b/samples/photo/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/photo
COPY . .
diff --git a/samples/received-text-processing/Dockerfile b/samples/received-text-processing/Dockerfile
index 004c09f..0c73bcf 100644
--- a/samples/received-text-processing/Dockerfile
+++ b/samples/received-text-processing/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/received-text-processing
COPY . .
diff --git a/samples/reply-keyboard/Dockerfile b/samples/reply-keyboard/Dockerfile
index 712e200..9931f51 100644
--- a/samples/reply-keyboard/Dockerfile
+++ b/samples/reply-keyboard/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/reply-keyboard
COPY . .