diff --git a/create_tar.sh b/create_tar.sh index aae98e7..3a44ccb 100755 --- a/create_tar.sh +++ b/create_tar.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.5.11 +VERSION=1.5.12 if [ ! -d dist ] then diff --git a/docker-ssl/Dockerfile b/docker-ssl/Dockerfile index 5b628a8..b9e9e39 100644 --- a/docker-ssl/Dockerfile +++ b/docker-ssl/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile to create a container with the IM web GUI FROM php:apache MAINTAINER Miguel Caballer -LABEL version="1.5.11" +LABEL version="1.5.12" LABEL description="Container image to run the IM web GUI. (http://www.grycap.upv.es/im)" ADD default-ssl.conf /etc/apache2/sites-enabled/ diff --git a/docker/Dockerfile b/docker/Dockerfile index bbdab24..2cc2bc3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile to create a container with the IM web GUI FROM php:apache MAINTAINER Miguel Caballer -LABEL version="1.5.11" +LABEL version="1.5.12" LABEL description="Container image to run the IM web GUI. (http://www.grycap.upv.es/im)" RUN apt-get update && apt-get install --no-install-recommends -y wget unzip && rm -rf /var/lib/apt/lists/* && \