浏览代码

Downgrade Xdebug to 3.2.2 to fix 502 Bad Gateway error #1085

Mark Shust 1 年之前
父节点
当前提交
3bcab173ef
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      images/php/8.1/Dockerfile
  2. 1 1
      images/php/8.2/Dockerfile

+ 1 - 1
images/php/8.1/Dockerfile

@@ -44,7 +44,7 @@ RUN pecl channel-update pecl.php.net && pecl install \
     imagick-3.7.0 \
     imagick-3.7.0 \
     redis-6.0.2 \
     redis-6.0.2 \
     ssh2-1.3.1 \
     ssh2-1.3.1 \
-    xdebug-3.3.1 \
+    xdebug-3.2.2 \
   && pecl clear-cache \
   && pecl clear-cache \
   && rm -rf /tmp/pear
   && rm -rf /tmp/pear
 
 

+ 1 - 1
images/php/8.2/Dockerfile

@@ -44,7 +44,7 @@ RUN pecl channel-update pecl.php.net && pecl install \
     imagick-3.7.0 \
     imagick-3.7.0 \
     redis-6.0.2 \
     redis-6.0.2 \
     ssh2-1.3.1 \
     ssh2-1.3.1 \
-    xdebug-3.3.1 \
+    xdebug-3.2.2 \
   && pecl clear-cache \
   && pecl clear-cache \
   && rm -rf /tmp/pear
   && rm -rf /tmp/pear