mirror of
https://github.com/xiaoqidun/pfenv.git
synced 2026-09-20 05:43:14 +08:00
feat(更新版本): 更新php到7.4.15
This commit is contained in:
1 parent
3ec7695cc0
commit
b8133aaca9
1 file changed
+2
-2
+2
-2
@@ -1,11 +1,11 @@
|
||||
# 基础镜像
|
||||
FROM php:7.4.14-fpm
|
||||
FROM php:7.4.15-fpm
|
||||
|
||||
# 作者信息
|
||||
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
|
||||
# 安装扩展
|
||||
RUN pecl install redis-5.3.2 \
|
||||
RUN pecl install redis-5.3.3 \
|
||||
&& docker-php-ext-enable redis
|
||||
|
||||
RUN pecl install xdebug-3.0.2 \
|
||||
|
||||
Reference in new issue
Block a user