diff --git a/Makefile b/Makefile index 428d44d..862202a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # MAKEFILE # -# @author Nicola Asuni +# @author Nicola Asuni # @link https://github.com/miracl/go-xmlsec # ------------------------------------------------------------------------------ diff --git a/dockerbuild.sh b/dockerbuild.sh index 04a30b0..9bd049e 100755 --- a/dockerbuild.sh +++ b/dockerbuild.sh @@ -4,7 +4,7 @@ # # Build the software inside a Docker container # -# @author Nicola Asuni +# @author Nicola Asuni # ------------------------------------------------------------------------------ # NOTES: diff --git a/resources/DockerDev/Dockerfile b/resources/DockerDev/Dockerfile index 0317aea..2fbaf7e 100644 --- a/resources/DockerDev/Dockerfile +++ b/resources/DockerDev/Dockerfile @@ -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