Browse Source

updated php to 8.1

bach 1 year ago
parent
commit
a1c051983d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Docker/php-7.4-fpm/Dockerfile
  2. 1 1
      src_d9

+ 2 - 2
Docker/php-7.4-fpm/Dockerfile

@@ -1,4 +1,4 @@
-FROM php:7.4-fpm
+FROM php:8.1-fpm
 
 RUN apt-get update && apt-get install -y \
 		libfreetype6-dev \
@@ -22,7 +22,7 @@ RUN apt-get install -y git vim
 RUN pecl install redis-5.3.3 && \
     docker-php-ext-enable redis
 
-RUN pecl install xdebug-3.1.3 && \
+RUN pecl install xdebug-3.2.1 && \
     docker-php-ext-enable redis xdebug
 
 RUN export COMPOSER_HOME=/usr/local/composer && \

+ 1 - 1
src_d9

@@ -1 +1 @@
-Subproject commit fdea36a88fa648865f96c7dfc094515f66381912
+Subproject commit 40cde512840f725a9a1e740a6538fac81103d29d