bump xdebug version

This commit is contained in:
2023-07-31 16:01:33 +07:00
parent 3d0cf328a4
commit 07476a22db
4 changed files with 6 additions and 6 deletions

View File

@@ -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 \