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:
parent
5ba18a151e
commit
98e6ef216a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#Dockerfile for a Postfix email relay service
|
#Dockerfile for a Postfix email relay service
|
||||||
FROM alpine:3.13
|
FROM alpine:3.15
|
||||||
MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com
|
MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
|
|
Loading…
Reference in a new issue