mirror of
				https://github.com/Burnett01/rsync-deployments.git
				synced 2025-11-04 09:29:04 +01:00 
			
		
		
		
	Bumps drinternet/rsync from v1.4.2 to v1.4.3. --- updated-dependencies: - dependency-name: drinternet/rsync dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM drinternet/rsync:v1.4.3
 | 
						|
 | 
						|
# Copy entrypoint
 | 
						|
COPY entrypoint.sh /entrypoint.sh
 | 
						|
RUN chmod +x /entrypoint.sh
 | 
						|
 | 
						|
ENTRYPOINT ["/entrypoint.sh"]
 |