mirror of
https://github.com/xiaoqidun/pfenv.git
synced 2024-11-22 05:56:45 +08:00
feat(更新版本): 更新php到7.4.15
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3ec7695cc0
commit
b8133aaca9
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user