Skip to content

Commit

Permalink
Merge pull request #50 from CachetHQ/rel-2.1.2
Browse files Browse the repository at this point in the history
Cachet v2.1.2 release
  • Loading branch information
djdefi committed Mar 4, 2016
2 parents 9030df4 + ed541cc commit 5cd4d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ WORKDIR /var/www/html/
# Install composer
RUN curl -sS https://getcomposer.org/installer | php

RUN wget https://github.com/CachetHQ/Cachet/archive/v2.1.1.tar.gz && \
tar xzvf v2.1.1.tar.gz --strip-components=1 && \
RUN wget https://github.com/CachetHQ/Cachet/archive/v2.1.2.tar.gz && \
tar xzvf v2.1.2.tar.gz --strip-components=1 && \
chown -R www-data /var/www/html && \
rm -r master.tar.gz && \
php composer.phar install --no-dev -o
Expand Down

0 comments on commit 5cd4d7d

Please sign in to comment.