mirror of
				https://github.com/appleboy/ssh-action.git
				synced 2025-10-31 20:03:51 +00:00 
			
		
		
		
	- Update the base image from `1.7.1` to `1.7.2` in the Dockerfile Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			112 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			112 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM ghcr.io/appleboy/drone-ssh:1.7.2
 | |
| 
 | |
| COPY entrypoint.sh /bin/entrypoint.sh
 | |
| 
 | |
| ENTRYPOINT ["/bin/entrypoint.sh"]
 |