1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-26 03:52:50 +02:00

Upgrade alpine to get new clamav.

This commit is contained in:
Nick Young 2019-12-23 08:57:41 -06:00
parent 2b503332a0
commit 0281205313
No known key found for this signature in database
GPG Key ID: 4C977B5382D46F16
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
ARG DISTRO=alpine:3.10
ARG DISTRO=alpine:3.11
FROM $DISTRO
# python3 shared with most images
RUN apk add --no-cache \

View File

@ -17,7 +17,7 @@ Foreground yes
DetectPUA yes
ExcludePUA NetTool
ExcludePUA PWTool
AlgorithmicDetection yes
HeuristicAlerts yes
Bytecode yes
###############
@ -27,7 +27,7 @@ Bytecode yes
ScanPE yes
DisableCertCheck yes
ScanELF yes
DetectBrokenExecutables yes
AlertBrokenExecutables yes
ScanOLE2 yes
ScanPDF yes
ScanSWF yes