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:
parent
193a9292ad
commit
7a958d4382
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue