diff --git a/create_tar.sh b/create_tar.sh index 6d32224..13ee037 100755 --- a/create_tar.sh +++ b/create_tar.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.5.6 +VERSION=1.5.7 if [ ! -d dist ] then diff --git a/docker-ssl/Dockerfile b/docker-ssl/Dockerfile index 571cee5..490e039 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.6" +LABEL version="1.5.7" 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 7c33016..43fc6f9 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.6" +LABEL version="1.5.7" LABEL description="Container image to run the IM web GUI. (http://www.grycap.upv.es/im)" RUN apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/* diff --git a/list.php b/list.php index bbfd2d0..baeb1ad 100644 --- a/list.php +++ b/list.php @@ -83,10 +83,10 @@