We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c005164 commit 81048a6Copy full SHA for 81048a6
dockerfiles/Dockerfile.renovate
@@ -116,7 +116,7 @@ RUN echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main" > /etc/apt
116
rm -rf /var/lib/apt/lists/*
117
118
# renovate: datasource=github-releases depName=composer/composer
119
-ENV COMPOSER_VERSION=2.8.6
+ENV COMPOSER_VERSION=2.8.9
120
121
RUN php -r "copy('https://github.com/composer/composer/releases/download/$COMPOSER_VERSION/composer.phar', '/usr/local/bin/composer');"
122
0 commit comments