diff --git a/docker-devel/Dockerfile b/docker-devel/Dockerfile index 2c14fcd0a..1e7ae4ca3 100644 --- a/docker-devel/Dockerfile +++ b/docker-devel/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile to create a container with the IM service and TOSCA support FROM ubuntu:14.04 MAINTAINER Miguel Caballer -LABEL version="1.4.2" +LABEL version="1.4.3" LABEL description="Container image to run the IM service with TOSCA support. (http://www.grycap.upv.es/im)" # Update and install all the neccesary packages diff --git a/docker/Dockerfile b/docker/Dockerfile index eb8c8e812..ab0cfa75b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile to create a container with the IM service and TOSCA support FROM ubuntu:14.04 MAINTAINER Miguel Caballer -LABEL version="1.4.2" +LABEL version="1.4.3" LABEL description="Container image to run the IM service with TOSCA support. (http://www.grycap.upv.es/im)" # Update and install all the neccesary packages