updated php to 8.1
This commit is contained in:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user