rspamd: bump to v3.7.5

This commit is contained in:
ace 2023-12-16 23:30:38 +03:00
parent 69b582c768
commit 93dc6fa250
Signed by: ace
GPG Key ID: 2C08973DD37A76FD
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ RUN dnf install -y postfix-3.5.9 postfix-ldap-3.5.9 postfix-mysql-3.5.9 postfix-
RUN update-crypto-policies --set DEFAULT:SHA1 \
&& curl https://rspamd.com/rpm-stable/centos-9/rspamd.repo > /etc/yum.repos.d/rspamd.repo \
&& rpm --import https://rspamd.com/rpm/gpg.key \
&& dnf install -y rspamd-3.7.4 \
&& dnf install -y rspamd-3.7.5 \
&& dnf clean all \
&& rm -rf /var/cache/yum \
&& update-crypto-policies --set DEFAULT

View File

@ -1,4 +1,4 @@
VERSION=3.7.4-1
VERSION=3.7.5-1
IMAGE=rspamd
REGISTRY=gitea.geekhome.org/ghp