Skip to content

Commit 2f17877

Browse files
committed
Cachet v2.0.2
1 parent 9aa153c commit 2f17877

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM cachethq/docker:base-5a0320b
22

33
RUN cd /var/www/html && \
4-
wget https://github.com/cachethq/Cachet/archive/v2.0.1.tar.gz && \
5-
tar xzvf v2.0.1.tar.gz --strip-components=1 && \
4+
wget https://github.com/cachethq/Cachet/archive/v2.0.2.tar.gz && \
5+
tar xzvf v2.0.2.tar.gz --strip-components=1 && \
66
chown -R www-data /var/www/html && \
7-
rm -r v2.0.1.tar.gz && \
7+
rm -r v2.0.2.tar.gz && \
88
php composer.phar install --no-dev -o && \
99
cp -n vendor/jenssegers/date/src/Lang/zh.php vendor/jenssegers/date/src/Lang/zh-CN.php
1010

0 commit comments

Comments
 (0)