mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Use alpine 3.13 to fix CVE-2020-25275 and CVE-2020-24386
This commit is contained in:
parent
b2eded5879
commit
2b37be9889
@ -1,4 +1,4 @@
|
||||
ARG DISTRO=alpine:3.12
|
||||
ARG DISTRO=alpine:3.13
|
||||
FROM $DISTRO as builder
|
||||
WORKDIR /tmp
|
||||
RUN apk add git build-base automake autoconf libtool dovecot-dev xapian-core-dev icu-dev
|
||||
|
2
towncrier/newsfragments/1720.bugfix
Normal file
2
towncrier/newsfragments/1720.bugfix
Normal file
@ -0,0 +1,2 @@
|
||||
Fix CVE-2020-25275 and CVE-2020-24386 by using alpine 3.13 for
|
||||
dovecot which contains a fixed dovecot version.
|
Loading…
Reference in New Issue
Block a user