Skip to content

Commit

Permalink
feat: update Composer to latest release
Browse files Browse the repository at this point in the history
Documentation states that running the latest version - rather than close
to the required version - is best practise, so update that.
  • Loading branch information
rjhenry committed May 13, 2024
1 parent b7ab22a commit 69c01a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ COPY bookstack.conf /etc/apache2/sites-available/000-default.conf

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

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

0 comments on commit 69c01a0

Please sign in to comment.