fix: Update Dockerfile base image to alpine 3.15
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811
This commit is contained in:
		
				
					committed by
					
						
						Juan Luis Baptiste
					
				
			
			
				
	
			
			
			
						parent
						
							5ba18a151e
						
					
				
				
					commit
					98e6ef216a
				
			@@ -1,5 +1,5 @@
 | 
			
		||||
#Dockerfile for a Postfix email relay service
 | 
			
		||||
FROM alpine:3.13
 | 
			
		||||
FROM alpine:3.15
 | 
			
		||||
MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com
 | 
			
		||||
 | 
			
		||||
RUN apk update && \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user