From 3f8f8299b843aa83c1290bf1b1be3cdf968ccb1d Mon Sep 17 00:00:00 2001 From: kez Date: Thu, 16 Nov 2023 15:46:24 +0100 Subject: [PATCH] update xdebug version --- php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/Dockerfile b/php/Dockerfile index b72794c..515646f 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -16,7 +16,7 @@ RUN install-php-extensions \ imagick \ uuid \ opcache \ - xdebug-^3.1 + xdebug COPY docker-healthcheck.sh /usr/local/bin/docker-healthcheck RUN chmod +x /usr/local/bin/docker-healthcheck