Skip to content

Commit a3fe7a3

Browse files
authored
Dockerfile: Update composer to v2.8.9 (#20)
1 parent 8ad2771 commit a3fe7a3

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.7-cli-alpine
22

3-
COPY --from=composer/composer:2.8.8-bin /composer /usr/local/bin/composer
3+
COPY --from=composer/composer:2.8.9-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)