mirror of
				https://github.com/appleboy/scp-action.git
				synced 2025-10-31 19:33:47 +00:00 
			
		
		
		
	- Update the `drone-scp` Docker image from version `1.6.9` to `1.6.10` fix https://github.com/appleboy/scp-action/issues/112
		
			
				
	
	
		
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM ghcr.io/appleboy/drone-scp:1.6.10
 | |
| 
 | |
| COPY entrypoint.sh /entrypoint.sh
 | |
| RUN chmod +x /entrypoint.sh
 | |
| ENTRYPOINT ["/entrypoint.sh"]
 |