mirror of
				https://github.com/xiaoqidun/pfenv.git
				synced 2025-10-31 23:29:38 +08:00 
			
		
		
		
	feat(更新依赖): 更新依赖
This commit is contained in:
		
							
								
								
									
										16
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -1,10 +1,20 @@ | ||||
| --- | ||||
| kind: pipeline | ||||
| type: docker | ||||
| name: docker | ||||
|  | ||||
| name: default | ||||
| 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: | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| # 基础镜像 | ||||
| FROM php:8.2.5-fpm | ||||
| FROM php:8.2.8-fpm | ||||
|  | ||||
| # 作者信息 | ||||
| LABEL MAINTAINER="xiaoqidun@gmail.com" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user