mirror of
				https://github.com/Burnett01/rsync-deployments.git
				synced 2025-11-04 01:19:06 +01:00 
			
		
		
		
	Merge pull request #60 from XComp/use-hash-instead-of-version-tag
Use SHA instead of Docker version tag for base image to allow for consistent code execution.
This commit is contained in:
		
						commit
						b2bc75ad2c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,5 @@
 | 
			
		|||
FROM drinternet/rsync:v1.4.4
 | 
			
		||||
# drinternet/rsync@v1.4.4
 | 
			
		||||
FROM drinternet/rsync@sha256:15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234
 | 
			
		||||
 | 
			
		||||
# Copy entrypoint
 | 
			
		||||
COPY entrypoint.sh /entrypoint.sh
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue