mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 11:35:56 +08:00
b68f1b9703
Bumps clamav/clamav from 0.105.1-7 to 0.105.1-8. --- updated-dependencies: - dependency-name: clamav/clamav dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
7 lines
304 B
Docker
7 lines
304 B
Docker
# Probably from this file: https://github.com/Cisco-Talos/clamav-docker/blob/main/clamav/0.105/alpine/Dockerfile
|
|
FROM clamav/clamav:0.105.1-8
|
|
|
|
RUN apk add --no-cache tzdata
|
|
COPY clamav.conf /tmp/
|
|
RUN cat /tmp/clamav.conf >> /etc/clamav/clamd.conf
|
|
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|