We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9030df4 + ed541cc commit 5cd4d7dCopy full SHA for 5cd4d7d
Dockerfile
@@ -25,8 +25,8 @@ WORKDIR /var/www/html/
25
# Install composer
26
RUN curl -sS https://getcomposer.org/installer | php
27
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 && \
+RUN wget https://github.com/CachetHQ/Cachet/archive/v2.1.2.tar.gz && \
+ tar xzvf v2.1.2.tar.gz --strip-components=1 && \
30
chown -R www-data /var/www/html && \
31
rm -r master.tar.gz && \
32
php composer.phar install --no-dev -o
0 commit comments