Skip to content

Commit

Permalink
Merge pull request #120 from grycap/devel
Browse files Browse the repository at this point in the history
Set version 1.5.12
  • Loading branch information
micafer authored Aug 2, 2019
2 parents e1a7f87 + 09f17c5 commit e7ebe71
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.11
VERSION=1.5.12

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.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/
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.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/* && \
Expand Down

0 comments on commit e7ebe71

Please sign in to comment.