Skip to content

Commit

Permalink
Merge pull request #491 from solidnerd/rjh_update
Browse files Browse the repository at this point in the history
feat: update Composer to latest release
  • Loading branch information
rjhenry authored May 13, 2024
2 parents b7ab22a + 69c01a0 commit 95064c8
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 95064c8

Please sign in to comment.