Skip to content

Commit d87c01e

Browse files
committed
Cachet v2.2.3 release
1 parent 97886ea commit d87c01e

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
@@ -25,10 +25,10 @@ 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.2.0.tar.gz && \
29-
tar xzvf v2.2.0.tar.gz --strip-components=1 && \
28+
RUN wget https://github.com/cachethq/Cachet/archive/v2.2.3.tar.gz && \
29+
tar xzvf v2.2.3.tar.gz --strip-components=1 && \
3030
chown -R www-data /var/www/html && \
31-
rm -r v2.2.0.tar.gz && \
31+
rm -r v2.2.3.tar.gz && \
3232
php composer.phar install --no-dev -o
3333

3434
COPY docker/entrypoint.sh /sbin/entrypoint.sh

0 commit comments

Comments
 (0)