diff --git a/CHANGES.md b/CHANGES.md index 79b1cf4114..309f4e1c57 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,13 +11,12 @@ - Added support for Brotli compression (@PedroCisnerosSantana, @Rohitub222) - New UI micro-interactions and CSS fixes (@AnatoleLucet) - UI performance & accessibility improvments (#406) -- Updated ClamAV conntainer to version 1.0.9 - New Doctor CLI to debug the Appwrite server ([#415](https://github.com/appwrite/appwrite/issues/415)) - All emails are now sent asynchronously for improved performance (@TorstenDittmann) - Updated grid for OAuth2 providers list in the console - Upgraded Redis Resque queue library to version 1.3.6 - Added container names to docker-compose.yml (@drandell) -- Upgraded ClamAV container image to version 1.0.9 +- Upgraded ClamAV container image to version 1.0.11 ([#412](https://github.com/appwrite/appwrite/issues/412)) - Optimised function execution by using fully-qualified function calls - Added support for boolean 'true' and 'false' in query strings alongside 1 and 0 diff --git a/docker-compose.yml b/docker-compose.yml index 2a8265d00d..30f7ac9b9a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -130,7 +130,7 @@ services: - appwrite-redis:/data:rw clamav: - image: appwrite/clamav:1.0.9 + image: appwrite/clamav:1.0.11 container_name: appwrite_clamav restart: unless-stopped networks: