Skip to content

Commit 5cd4d7d

Browse files
committed
Merge pull request #50 from CachetHQ/rel-2.1.2
Cachet v2.1.2 release
2 parents 9030df4 + ed541cc commit 5cd4d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ WORKDIR /var/www/html/
2525
# Install composer
2626
RUN curl -sS https://getcomposer.org/installer | php
2727

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

0 commit comments

Comments
 (0)