mirror of
				https://github.com/appleboy/ssh-action.git
				synced 2025-10-31 00:10:11 +08:00 
			
		
		
		
	 2344d97573
			
		
	
	
		2344d97573
		
			
		
	
	
	
	
		
			
			- Update the base image in Dockerfile from `1.7.0` to `1.7.1` - Change the location of `entrypoint.sh` from root to `/bin/` directory in Dockerfile - Remove the explicit `chmod +x` command for `entrypoint.sh` in 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.1
 | |
| 
 | |
| COPY entrypoint.sh /bin/entrypoint.sh
 | |
| 
 | |
| ENTRYPOINT ["/bin/entrypoint.sh"]
 |