Feat/rspamd 3.10.2 (#6122)

* rspamd: update to 3.10.2

* rspamd: fix broken archive_extension gz
This commit is contained in:
Niklas Meyer 2024-10-21 16:03:51 +02:00 committed by GitHub
parent 502a7100ca
commit b106945c73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ FROM debian:bookworm-slim
LABEL maintainer="The Infrastructure Company GmbH <info@servercow.de>"
ARG DEBIAN_FRONTEND=noninteractive
ARG RSPAMD_VER=rspamd_3.10.1-1~9de95c2b6
ARG RSPAMD_VER=rspamd_3.10.2-1~b8a232043
ARG CODENAME=bookworm
ENV LC_ALL=C

View File

@ -57,5 +57,5 @@ bad_archive_extensions = {
# Used to detect another archive in archive
archive_extensions = {
tar = 1,
['tar.gz'] = 1,
};
gz = 1,
};