Merge branch 'main' into exchange-rate-implementation

This commit is contained in:
Honza 2024-08-19 10:12:48 +02:00
commit 87c653838e
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM clamav/clamav:1.3.1
FROM clamav/clamav:1.4.0
RUN freshclam
ENTRYPOINT ["clamscan", "--recursive"]