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

This commit is contained in:
xiaoqidun 2021-09-08 15:24:35 +08:00
parent 596aebeb80
commit 9f7f829b02
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,8 @@ steps:
pull: if-not-exists
image: plugins/docker
settings:
repo: xiaoqidun/pfenv
repo: hkccr.ccs.tencentyun.com/xiaoqidun/pfenv
registry: hkccr.ccs.tencentyun.com
username:
from_secret: docker_username
password:

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM php:7.4.21-fpm
FROM php:7.4.23-fpm
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"