We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ab22a commit 69c01a0Copy full SHA for 69c01a0
Dockerfile
@@ -54,7 +54,7 @@ COPY bookstack.conf /etc/apache2/sites-available/000-default.conf
54
55
COPY --from=bookstack --chown=33:33 /bookstack/ /var/www/bookstack/
56
57
-ARG COMPOSER_VERSION=2.2.23
+ARG COMPOSER_VERSION=2.7.6
58
RUN set -x; \
59
cd /var/www/bookstack \
60
&& curl -sS https://getcomposer.org/installer | php -- --version=$COMPOSER_VERSION \
0 commit comments