1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00
1291: Upgrade alpine to get new clamav. r=mergify[bot] a=youngnicks

## What type of PR?
bug-fix

## What does this PR do?
Upgrades alpine version to get new clamav. Also upgrades clamav config to latest variable names.

### Related issue(s)
- Auto close an issue like: closes #1290


Co-authored-by: Nick Young <nick@bublup.com>
This commit is contained in:
bors[bot]
2019-12-24 08:33:46 +00:00
committed by GitHub
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 FROM $DISTRO
# python3 shared with most images # python3 shared with most images
RUN apk add --no-cache \ RUN apk add --no-cache \

View File

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