Commit f8e734e5550e313a6b7a6c7da053ff12761b5802

Authored by Matthijs Brouwer
1 parent e6d70fdc

new release

Showing 1 changed file with 5 additions and 5 deletions
docker/Dockerfile
1 1 # Automatically generated Dockerfile
2   -# - Build 2017-02-27 11:37
  2 +# - Build 2017-02-28 13:50
3 3 # - Lucene/Solr version 6.4.1
4   -# - Mtas release 20170220
  4 +# - Mtas release 20170228
5 5 #
6 6  
7 7 FROM ubuntu:16.04
... ... @@ -15,7 +15,7 @@ WORKDIR "/root"
15 15  
16 16 RUN mkdir lib
17 17  
18   -ADD https://github.com/meertensinstituut/mtas/releases/download/20170220/mtas-6.4.1.jar /root/lib/
  18 +ADD https://github.com/meertensinstituut/mtas/releases/download/20170228/mtas-6.4.1.jar /root/lib/
19 19  
20 20 RUN apt-get update && apt-get install -y lsof software-properties-common python-software-properties apache2 curl subversion \
21 21 && locale-gen en_US.UTF-8 en_US && update-locale LANG=en_US.UTF-8 LANGUAGE=en_US:en \
... ... @@ -55,9 +55,9 @@ RUN apt-get update && apt-get install -y lsof software-properties-common python-
55 55 && chmod -R 755 /var/www/html \
56 56 && printf "echo\n" >> /start.sh \
57 57 && printf "echo \"================ Mtas -- Multi Tier Annotation Search =================\"\n" >> /start.sh \
58   -&& printf "echo \" Timestamp 2017-02-27 11:37\"\n" >> /start.sh \
  58 +&& printf "echo \" Timestamp 2017-02-28 13:50\"\n" >> /start.sh \
59 59 && printf "echo \" Lucene/Solr version 6.4.1\"\n" >> /start.sh \
60   -&& printf "echo \" Mtas release 20170220\"\n" >> /start.sh \
  60 +&& printf "echo \" Mtas release 20170228\"\n" >> /start.sh \
61 61 && printf "echo \" See https://meertensinstituut.github.io/mtas/ for more information\"\n" >> /start.sh \
62 62 && printf "echo \"=======================================================================\"\n" >> /start.sh \
63 63 && printf "echo\n" >> /start.sh \
... ...