Skip to content

Commit

Permalink
update composer image
Browse files Browse the repository at this point in the history
Hopefully this will fix the current issue with HTTP/2 streams and curl
  • Loading branch information
SebastianStorz committed Feb 15, 2024
1 parent 4cd7c22 commit a6f7fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BUILD_TEST=0
ARG PHP_INI=php.ini

# Install dependencies
FROM composer:1.10.19 as dependencies
FROM composer:2.7.1 as dependencies
COPY composer.* /app/
WORKDIR /app
RUN composer install --no-interaction --ignore-platform-reqs --no-scripts --prefer-dist
Expand Down

0 comments on commit a6f7fca

Please sign in to comment.