Преглед изворни кода

Merge pull request #1113 from markshust/feature/bad-gateway-1085

Downgrade Xdebug to 3.2.2 to fix 502 Bad Gateway error #1085
Mark Shust пре 1 година
родитељ
комит
2d3c3bb071
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 \
     redis-6.0.2 \
     ssh2-1.3.1 \
-    xdebug-3.3.1 \
+    xdebug-3.2.2 \
   && pecl clear-cache \
   && 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 \
     redis-6.0.2 \
     ssh2-1.3.1 \
-    xdebug-3.3.1 \
+    xdebug-3.2.2 \
   && pecl clear-cache \
   && rm -rf /tmp/pear