Compare commits

1 Commits

Author SHA1 Message Date
snyk-bot 04c0437788 fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753
2023-03-30 01:44:57 +00:00
+1 -1
View File
@@ -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 && \