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.
1 parent 5cd4d7d commit 6135cc9Copy full SHA for 6135cc9
Dockerfile
@@ -25,10 +25,10 @@ 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.2.tar.gz && \
29
- tar xzvf v2.1.2.tar.gz --strip-components=1 && \
+RUN wget https://github.com/CachetHQ/Cachet/archive/v2.1.0.tar.gz && \
+ tar xzvf v2.1.0.tar.gz --strip-components=1 && \
30
chown -R www-data /var/www/html && \
31
- rm -r master.tar.gz && \
+ rm -r v2.1.0.tar.gz && \
32
php composer.phar install --no-dev -o
33
34
COPY docker/entrypoint.sh /sbin/entrypoint.sh
0 commit comments