bump xdebug 3 version

This commit is contained in:
2023-12-21 11:23:32 +07:00
parent e536c034e6
commit d11d010d37
5 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
FROM php:8.1.26-alpine
ARG COMPOSER_VERSION
ARG PHP_XDEBUG_VERSION=3.2.2
ARG PHP_XDEBUG_VERSION=3.3.1
RUN apk update && apk add --no-cache $PHPIZE_DEPS \
&& apk add --no-cache zlib-dev gd-dev libwebp-dev freetype-dev libpng-dev libjpeg-turbo-dev \