Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 88c24d3

Browse filesBrowse files
authored
fix: set composer version to 1.10.16 (solidnerd#215)
1 parent 8a9caae commit 88c24d3
Copy full SHA for 88c24d3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ COPY bookstack.conf /etc/apache2/sites-available/000-default.conf
5151

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

54+
ARG COMPOSER_VERSION=1.10.16
5455
RUN set -x; \
5556
cd /var/www/bookstack \
56-
&& curl -sS https://getcomposer.org/installer | php \
57+
&& curl -sS https://getcomposer.org/installer | php -- --version=$COMPOSER_VERSION \
5758
&& /var/www/bookstack/composer.phar global -v require hirak/prestissimo \
5859
&& /var/www/bookstack/composer.phar install -v -d /var/www/bookstack/ \
5960
&& /var/www/bookstack/composer.phar global -v remove hirak/prestissimo \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.