Skip to content

Commit

Permalink
Version 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Mar 18, 2022
1 parent 15da9e5 commit 000a862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docker run -d --name myclamavcontainer \
-e ALERT_MAILTO="mymail@mydomain.fr" \
-e SMTP_HOST="smtp.mydomain.fr" \
-e SMTP_PORT="25" \
abesesr/clamscan-docker:1.4.5
abesesr/clamscan-docker:1.4.6
```

## Developement
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:

clamav:
build: ./image/
image: abesesr/clamscan-docker:1.4.5
image: abesesr/clamscan-docker:1.4.6
container_name: clamav
environment:
FRESHCLAM_AT_STARTUP: "1"
Expand Down

0 comments on commit 000a862

Please sign in to comment.