diff --git a/readme.md b/readme.md index 18ad552..e5e6c5b 100644 --- a/readme.md +++ b/readme.md @@ -7,10 +7,10 @@ Images can be found on [docker hub](https://hub.docker.com/repository/docker/dan #### Supported versions * php 8.1.3 - * composer 2.2.4 + * composer 2.2.7 * xdebug 3.1.2 * php 8.0.16 - * composer 2.2.4 + * composer 2.2.7 * xdebug 3.1.2 * php 7.4.28 (latest) * composer 1.10.24 diff --git a/v8.0/Dockerfile b/v8.0/Dockerfile index 31c5f96..07c13fe 100644 --- a/v8.0/Dockerfile +++ b/v8.0/Dockerfile @@ -23,7 +23,7 @@ RUN apk update && apk add --no-cache $PHPIZE_DEPS \ # Install composer -ARG COMPOSER_VERSION=2.2.4 +ARG COMPOSER_VERSION=2.2.7 RUN curl -sS https://getcomposer.org/installer | php -- \ --filename=composer \ --version=${COMPOSER_VERSION} \ diff --git a/v8.1/Dockerfile b/v8.1/Dockerfile index 366eb13..dda165e 100644 --- a/v8.1/Dockerfile +++ b/v8.1/Dockerfile @@ -21,7 +21,7 @@ RUN apk update && apk add --no-cache $PHPIZE_DEPS \ zlib-dev libwebp-dev freetype-dev libpng-dev libjpeg-turbo-dev openssl-dev # Install composer -ARG COMPOSER_VERSION=2.2.4 +ARG COMPOSER_VERSION=2.2.7 RUN curl -sS https://getcomposer.org/installer | php -- \ --filename=composer \ --version=${COMPOSER_VERSION} \