Skip to content

Commit 95064c8

Browse files
authored
Merge pull request #491 from solidnerd/rjh_update
feat: update Composer to latest release
2 parents b7ab22a + 69c01a0 commit 95064c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines 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)