Skip to content

Commit 49c95b0

Browse files
authored
Merge pull request #383 from jolicode/up-composer
update composer to 2.9.2
2 parents d68d045 + 4763fac commit 49c95b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/docker/services/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ RUN phpenmod app-default \
116116
&& phpenmod app-builder
117117

118118
# Composer
119-
COPY --from=composer/composer:2.8.9 /usr/bin/composer /usr/bin/composer
119+
COPY --from=composer/composer:2.9.2 /usr/bin/composer /usr/bin/composer
120120

121121
# Pie
122122
RUN curl -L --output /usr/local/bin/pie https://github.com/php/pie/releases/download/1.0.0/pie.phar \

0 commit comments

Comments
 (0)