Compare commits

...

2 Commits

Author SHA1 Message Date
f0938ae3ed feat(更新镜像): 更新镜像
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-12 15:14:19 +08:00
9a321bb67f feat(更新依赖): 更新依赖 2023-07-12 15:13:04 +08:00
2 changed files with 16 additions and 4 deletions

View File

@ -1,10 +1,22 @@
---
kind: pipeline
type: docker
name: docker
name: default
node:
region: cn
steps:
- name: docker
- name: docker-cn
pull: if-not-exists
image: plugins/docker
settings:
repo: ccr.ccs.tencentyun.com/xiaoqidun/pfenv
registry: ccr.ccs.tencentyun.com
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile
- name: docker-hk
pull: if-not-exists
image: plugins/docker
settings:

View File

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