diff --git a/readme.md b/readme.md index 11f7637..8344968 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.6 - * composer 2.3.6 + * composer 2.3.7 * xdebug 3.1.3 * php 8.0.19 - * composer 2.3.6 + * composer 2.3.7 * xdebug 3.1.3 * php 7.4.29 (latest) * composer 1.10.24 diff --git a/v8.0/Dockerfile b/v8.0/Dockerfile index 4a30e4b..698f6e6 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.3.6 +ARG COMPOSER_VERSION=2.3.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 76f8b9d..5ecf5a4 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.3.6 +ARG COMPOSER_VERSION=2.3.7 RUN curl -sS https://getcomposer.org/installer | php -- \ --filename=composer \ --version=${COMPOSER_VERSION} \