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 pull: if-not-exists
image: plugins/docker image: plugins/docker
settings: settings:
repo: xiaoqidun/pfenv repo: hkccr.ccs.tencentyun.com/xiaoqidun/pfenv
registry: hkccr.ccs.tencentyun.com
username: username:
from_secret: docker_username from_secret: docker_username
password: password:

View File

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