fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364
This commit is contained in:
		
				
					committed by
					
						
						Juan Luis Baptiste
					
				
			
			
				
	
			
			
			
						parent
						
							193a9292ad
						
					
				
				
					commit
					7a958d4382
				
			@@ -1,5 +1,5 @@
 | 
			
		||||
#Dockerfile for a Postfix email relay service
 | 
			
		||||
FROM alpine:3.15
 | 
			
		||||
FROM alpine:3.16
 | 
			
		||||
MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com
 | 
			
		||||
 | 
			
		||||
RUN apk update && \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user