diff --git a/create_tar.sh b/create_tar.sh index 236a68c..80a6d06 100755 --- a/create_tar.sh +++ b/create_tar.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.5.4 +VERSION=1.5.5 if [ ! -d dist ] then diff --git a/docker/Dockerfile b/docker/Dockerfile index 602c3a6..d97c944 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.4" +LABEL version="1.5.5" 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/*