Skip to content

Commit

Permalink
Fix Clamd Version image in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Oct 12, 2023
1 parent f1c93fa commit 9079120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfiles/clamd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM clamav/clamav:1.0.3_base

LABEL maintainer "André Peters <andre.peters@servercow.de>"
LABEL maintainer "The Infrastructure Company GmbH <info@servercow.de>"

RUN apk upgrade --no-cache \
&& apk add --update --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
- redis

clamd-mailcow:
image: mailcow/clamd:1.62
image: mailcow/clamd:1.63
restart: always
depends_on:
unbound-mailcow:
Expand Down

0 comments on commit 9079120

Please sign in to comment.