Skip to content

Commit

Permalink
changed composer:2.0 to composer:2 to get latest v2 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-mueller committed Nov 30, 2023
1 parent dec5877 commit c0179a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ RUN rm /usr/local/etc/php/php.ini-development \

COPY php.ini /usr/local/etc/php/php.ini

COPY --from=composer:2.0 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer

WORKDIR /var/www/html

0 comments on commit c0179a7

Please sign in to comment.