Compare commits

..

No commits in common. "f0938ae3ed65548bac5e25ca7419b9929ff5964d" and "d0596991211554122a7c3ff90eeb004cd4f6dd24" have entirely different histories.

2 changed files with 4 additions and 16 deletions

@ -1,22 +1,10 @@
---
kind: pipeline
type: docker
name: default
node:
region: cn
name: docker
steps:
- 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
- name: docker
pull: if-not-exists
image: plugins/docker
settings:

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