Skip to content

Commit

Permalink
Set version num 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 14, 2019
1 parent db347ac commit e0c881e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion create_tar.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=1.5.10
VERSION=1.5.11

if [ ! -d dist ]
then
Expand Down
2 changes: 1 addition & 1 deletion docker-ssl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to create a container with the IM web GUI
FROM php:apache
MAINTAINER Miguel Caballer <micafer1@upv.es>
LABEL version="1.5.10"
LABEL version="1.5.11"
LABEL description="Container image to run the IM web GUI. (http://www.grycap.upv.es/im)"

ADD default-ssl.conf /etc/apache2/sites-enabled/
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to create a container with the IM web GUI
FROM php:apache
MAINTAINER Miguel Caballer <micafer1@upv.es>
LABEL version="1.5.10"
LABEL version="1.5.11"
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/* && \
Expand Down

0 comments on commit e0c881e

Please sign in to comment.