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
1 parent 8ad2771 commit a3fe7a3Copy full SHA for a3fe7a3
Dockerfile
@@ -1,6 +1,6 @@
1
FROM php:8.4.7-cli-alpine
2
3
-COPY --from=composer/composer:2.8.8-bin /composer /usr/local/bin/composer
+COPY --from=composer/composer:2.8.9-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