mirror of
				https://github.com/appleboy/scp-action.git
				synced 2025-10-31 19:13:48 +00:00 
			
		
		
		
	- Update the drone-scp image from version `1.6.12` to `1.6.13` in the Dockerfile Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			113 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			113 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM ghcr.io/appleboy/drone-scp:1.6.13
 | |
| 
 | |
| COPY entrypoint.sh /bin/entrypoint.sh
 | |
| 
 | |
| ENTRYPOINT ["/bin/entrypoint.sh"]
 |