Update email and Docker container
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user