Skip to content

Commit

Permalink
Merge pull request #60 from grycap/devel
Browse files Browse the repository at this point in the history
Set version 1.5.5
  • Loading branch information
micafer authored May 16, 2018
2 parents 57cdb75 + db8cbef commit 7e94812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4
VERSION=1.5.5

if [ ! -d dist ]
then
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 <[email protected]>
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/*
Expand Down

0 comments on commit 7e94812

Please sign in to comment.