From ff9523dade3935730303b745b35a0222ed3b8ca4 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Mon, 11 Apr 2022 08:46:14 +0200 Subject: [PATCH 1/2] Update Dockerfile --- docker-py3/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-py3/Dockerfile b/docker-py3/Dockerfile index 62ebb5238..d7ccc5674 100644 --- a/docker-py3/Dockerfile +++ b/docker-py3/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile to create a container with the IM service FROM ubuntu:20.04 LABEL maintainer="Miguel Caballer " -LABEL version="1.11.0" +LABEL version="1.11.1" LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)" EXPOSE 8899 8800 @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3-setupto pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==2.9.26&& \ pip3 install git+https://github.com/openstack/tosca-parser && \ pip3 install git+https://github.com/micafer/libcloud@micro && \ - pip3 install IM==1.11.0 && \ + pip3 install IM==1.11.1 && \ apt-get purge -y python3-pip git && \ apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/ From 00950cfe8bb93d0c312e3c049924f4160c33d768 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Mon, 11 Apr 2022 08:46:40 +0200 Subject: [PATCH 2/2] Update Dockerfile --- docker-devel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-devel/Dockerfile b/docker-devel/Dockerfile index eb98ba4d4..d4ba4b100 100644 --- a/docker-devel/Dockerfile +++ b/docker-devel/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:20.04 ARG BRANCH=devel LABEL maintainer="Miguel Caballer " -LABEL version="1.11.0" +LABEL version="1.11.1" LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)" EXPOSE 8899 8800