Update email and Docker container

This commit is contained in:
nicolaasuni
2018-10-14 09:58:46 +01:00
parent 811594f91a
commit e3aaeae79b
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# MAKEFILE
#
# @author Nicola Asuni <nicola.asuni@miracl.com>
# @author Nicola Asuni <info@tecnick.com>
# @link https://github.com/miracl/go-xmlsec
# ------------------------------------------------------------------------------

View File

@@ -4,7 +4,7 @@
#
# Build the software inside a Docker container
#
# @author Nicola Asuni <nicola.asuni@miracl.com>
# @author Nicola Asuni <info@tecnick.com>
# ------------------------------------------------------------------------------
# NOTES:

View File

@@ -2,9 +2,9 @@
#
# Linux development environment
#
# Extend the miracl/alldev image defined in
# https://github.com/miracl/alldev
# Extend the tecnickcom/alldev image defined in
# https://github.com/tecnickcom/alldev
# ------------------------------------------------------------------------------
FROM miracl/alldev
MAINTAINER nicola.asuni@miracl.com
FROM tecnickcom/alldev
MAINTAINER info@tecnick.com