rspamd: v3.6 build 1
This commit is contained in:
parent
1fe3d9ede5
commit
896e2acdaa
@ -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 \
|
RUN update-crypto-policies --set DEFAULT:SHA1 \
|
||||||
&& curl https://rspamd.com/rpm-stable/centos-9/rspamd.repo > /etc/yum.repos.d/rspamd.repo \
|
&& curl https://rspamd.com/rpm-stable/centos-9/rspamd.repo > /etc/yum.repos.d/rspamd.repo \
|
||||||
&& rpm --import https://rspamd.com/rpm/gpg.key \
|
&& rpm --import https://rspamd.com/rpm/gpg.key \
|
||||||
&& dnf install -y rspamd-3.5 \
|
&& dnf install -y rspamd-3.6 \
|
||||||
&& dnf clean all \
|
&& dnf clean all \
|
||||||
&& rm -rf /var/cache/yum \
|
&& rm -rf /var/cache/yum \
|
||||||
&& update-crypto-policies --set DEFAULT
|
&& update-crypto-policies --set DEFAULT
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
VERSION=3.5-2
|
VERSION=3.6-1
|
||||||
IMAGE=rspamd
|
IMAGE=rspamd
|
||||||
REGISTRY=gitea.geekhome.org/ghp
|
REGISTRY=gitea.geekhome.org/ghp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user