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

This commit is contained in:
xiaoqidun 2021-03-26 11:13:15 +08:00
parent b8133aaca9
commit 23798cccc3

@ -1,14 +1,14 @@
# 基础镜像
FROM php:7.4.15-fpm
FROM php:7.4.16-fpm
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"
# 安装扩展
RUN pecl install redis-5.3.3 \
RUN pecl install redis-5.3.4 \
&& docker-php-ext-enable redis
RUN pecl install xdebug-3.0.2 \
RUN pecl install xdebug-3.0.3 \
&& docker-php-ext-enable xdebug
RUN docker-php-ext-install -j$(nproc) \