rspamd: bump to v3.7.4
This commit is contained in:
parent
ceb3f91cb4
commit
3b221cfc6e
@ -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.3 \
|
||||
&& dnf install -y rspamd-3.7.4 \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/yum \
|
||||
&& update-crypto-policies --set DEFAULT
|
||||
|
@ -1,11 +1,11 @@
|
||||
VERSION=3.7.3-1
|
||||
VERSION=3.7.4-1
|
||||
IMAGE=rspamd
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
build:
|
||||
docker build --no-cache -t $(REGISTRY)/$(IMAGE):$(VERSION) .
|
||||
docker build -t $(REGISTRY)/$(IMAGE):$(VERSION) .
|
||||
|
||||
push:
|
||||
docker push $(REGISTRY)/$(IMAGE):$(VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user