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.
Dockerfile\
composer
1 parent 20a3129 commit f37527fCopy full SHA for f37527f
Dockerfile
@@ -1,6 +1,6 @@
1
FROM php:8.4.6-cli-alpine
2
3
-COPY --from=composer/composer:2.8.6-bin /composer /usr/local/bin/composer
+COPY --from=composer/composer:2.8.8-bin /composer /usr/local/bin/composer
4
5
COPY bin/decode-php-constraint /usr/local/bin/decode-php-constraint
6
COPY composer.json composer.lock /app/
0 commit comments