Sfoglia il codice sorgente

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

Mark Shust 1 anno fa
parent
commit
3bcab173ef
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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