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:
snyk-bot 2023-07-29 18:04:39 +00:00 committed by Juan Luis Baptiste
parent 193a9292ad
commit 7a958d4382
1 changed files with 1 additions and 1 deletions

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 && \