Skip to content

Commit 69c01a0

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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)