feat(更新版本): 更新php到7.4.15
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xiaoqidun 2021-02-04 23:54:07 +08:00
parent 3ec7695cc0
commit b8133aaca9

View File

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