aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dockerfiles
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-02-20 12:58:08 +0100
committerPiotr Krysik <ptrkrysik@gmail.com>2018-02-20 12:58:08 +0100
commitd24a494269a73effc6e686b73dd44c54a535f543 (patch)
tree3174d0907832ad9341f8005fa440242046f119a9 /tests/dockerfiles
parent48aa9cb88ee37748d6ab1a046e2d7d3921a384b3 (diff)
tests: Changing the maintainer to myself
Diffstat (limited to 'tests/dockerfiles')
-rw-r--r--tests/dockerfiles/Debian_testing.docker2
-rw-r--r--tests/dockerfiles/Ubuntu_16_04.docker2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/dockerfiles/Debian_testing.docker b/tests/dockerfiles/Debian_testing.docker
index 26d67d6..c87e7dd 100644
--- a/tests/dockerfiles/Debian_testing.docker
+++ b/tests/dockerfiles/Debian_testing.docker
@@ -1,5 +1,5 @@
FROM debian:testing
-MAINTAINER Ash Wilson
+MAINTAINER Piotr Krysik
RUN apt-get update && apt-get install -y \
cmake \
diff --git a/tests/dockerfiles/Ubuntu_16_04.docker b/tests/dockerfiles/Ubuntu_16_04.docker
index e0ccbea..695bfab 100644
--- a/tests/dockerfiles/Ubuntu_16_04.docker
+++ b/tests/dockerfiles/Ubuntu_16_04.docker
@@ -1,5 +1,5 @@
FROM ubuntu:16.04
-MAINTAINER Ash Wilson
+MAINTAINER Piotr Krysik
RUN apt-get update && apt-get install -y \
cmake \