updated php to 8.1
This commit is contained in:
parent
a6ff31a2a2
commit
a1c051983d
@ -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
2
src_d9
@ -1 +1 @@
|
||||
Subproject commit fdea36a88fa648865f96c7dfc094515f66381912
|
||||
Subproject commit 40cde512840f725a9a1e740a6538fac81103d29d
|
Loading…
x
Reference in New Issue
Block a user