Skip to content

Commit 7a958d4

Browse files
snyk-botjuanluisbaptiste
authored andcommitted
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
1 parent 193a929 commit 7a958d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Dockerfile for a Postfix email relay service
2-
FROM alpine:3.15
2+
FROM alpine:3.16
33
MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com
44

55
RUN apk update && \

0 commit comments

Comments
 (0)