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:
snyk-bot 2022-07-07 22:23:32 +00:00 committed by Juan Luis Baptiste
parent 5ba18a151e
commit 98e6ef216a
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.13
FROM alpine:3.15
MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com
RUN apk update && \