Skip to content

Commit f37527f

Browse files
authored
\Dockerfile\: Update composer to v2.8.8 (#18)
1 parent 20a3129 commit f37527f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.4.6-cli-alpine
22

3-
COPY --from=composer/composer:2.8.6-bin /composer /usr/local/bin/composer
3+
COPY --from=composer/composer:2.8.8-bin /composer /usr/local/bin/composer
44

55
COPY bin/decode-php-constraint /usr/local/bin/decode-php-constraint
66
COPY composer.json composer.lock /app/

0 commit comments

Comments
 (0)