Skip to content

Commit

Permalink
fix: set composer version to 1.10.16 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidnerd authored Nov 6, 2020
1 parent 8a9caae commit 88c24d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ COPY bookstack.conf /etc/apache2/sites-available/000-default.conf

COPY --from=bookstack --chown=33:33 /bookstack/ /var/www/bookstack/

ARG COMPOSER_VERSION=1.10.16
RUN set -x; \
cd /var/www/bookstack \
&& curl -sS https://getcomposer.org/installer | php \
&& curl -sS https://getcomposer.org/installer | php -- --version=$COMPOSER_VERSION \
&& /var/www/bookstack/composer.phar global -v require hirak/prestissimo \
&& /var/www/bookstack/composer.phar install -v -d /var/www/bookstack/ \
&& /var/www/bookstack/composer.phar global -v remove hirak/prestissimo \
Expand Down

0 comments on commit 88c24d3

Please sign in to comment.