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 # MAKEFILE
# #
# @author Nicola Asuni <nicola.asuni@miracl.com> # @author Nicola Asuni <info@tecnick.com>
# @link https://github.com/miracl/go-xmlsec # @link https://github.com/miracl/go-xmlsec
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------

View File

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

View File

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