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 69c01a0

Browse filesBrowse files
committed
feat: update Composer to latest release
Documentation states that running the latest version - rather than close to the required version - is best practise, so update that.
1 parent b7ab22a commit 69c01a0
Copy full SHA for 69c01a0

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ COPY bookstack.conf /etc/apache2/sites-available/000-default.conf
5454

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

57-
ARG COMPOSER_VERSION=2.2.23
57+
ARG COMPOSER_VERSION=2.7.6
5858
RUN set -x; \
5959
cd /var/www/bookstack \
6060
&& curl -sS https://getcomposer.org/installer | php -- --version=$COMPOSER_VERSION \

0 commit comments

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