diff --git a/readme.md b/readme.md index 2b9a913..3d04843 100644 --- a/readme.md +++ b/readme.md @@ -8,13 +8,13 @@ Images can be found on [docker hub](https://hub.docker.com/repository/docker/dan * php 8.2.8 * composer 2.5.8 - * xdebug 3.2.0 + * xdebug 3.2.2 * php 8.1.21 * composer 2.5.8 - * xdebug 3.2.0 + * xdebug 3.2.2 * php 8.0.29 * composer 2.5.8 - * xdebug 3.2.0 + * xdebug 3.2.2 * php 7.4.33 (latest) * composer 2.5.8 * xdebug 2.9.8 diff --git a/v8.0/Dockerfile b/v8.0/Dockerfile index 25c5879..03bddb4 100644 --- a/v8.0/Dockerfile +++ b/v8.0/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.0.29-alpine -ARG PHP_XDEBUG_VERSION=3.2.0 +ARG PHP_XDEBUG_VERSION=3.2.2 ARG COMPOSER_VERSION=2.5.8 RUN apk update && apk add --no-cache $PHPIZE_DEPS \ diff --git a/v8.1/Dockerfile b/v8.1/Dockerfile index b2f219a..c0c7627 100644 --- a/v8.1/Dockerfile +++ b/v8.1/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.1.21-alpine -ARG PHP_XDEBUG_VERSION=3.2.0 +ARG PHP_XDEBUG_VERSION=3.2.2 ARG COMPOSER_VERSION=2.5.8 RUN apk update && apk add --no-cache $PHPIZE_DEPS \ diff --git a/v8.2/Dockerfile b/v8.2/Dockerfile index c97c47e..823561b 100644 --- a/v8.2/Dockerfile +++ b/v8.2/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.2.8-alpine -ARG PHP_XDEBUG_VERSION=3.2.0 +ARG PHP_XDEBUG_VERSION=3.2.2 ARG COMPOSER_VERSION=2.5.8 RUN apk update && apk add --no-cache $PHPIZE_DEPS \