Skip to content

Commit 25149b5

Browse files
snyk-botjuanluisbaptiste
authored andcommitted
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811
1 parent 5ba18a1 commit 25149b5

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.13
2+
FROM alpine:3.15
33
MAINTAINER Juan Luis Baptiste [email protected]
44

55
RUN apk update && \

0 commit comments

Comments
 (0)