updated php to 8.1

This commit is contained in:
Bachir Soussi Chiadmi 2023-03-27 11:10:41 +02:00
parent a6ff31a2a2
commit a1c051983d
2 changed files with 3 additions and 3 deletions

View File

@ -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 && \

2
src_d9

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