Skip to content

Commit

Permalink
Use the latest composer 2 to prevent issue with incompatibility for B…
Browse files Browse the repository at this point in the history
…ox and composer 2.1 (#1957)
  • Loading branch information
maks-rafalko committed May 4, 2024
1 parent 7bd2ce3 commit 9978ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devTools/Dockerfile
Expand Up @@ -35,7 +35,7 @@ RUN apk add --no-cache \
git \
zip

COPY --from=composer:2.1 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
COPY memory-limit.ini xdebug.ini ${PHP_INI_DIR}/conf.d/

RUN adduser -h /opt/infection -s /bin/bash -D infection
Expand Down

0 comments on commit 9978ac6

Please sign in to comment.