rspamd: bump to v3.11.1

This commit is contained in:
ace 2025-03-09 17:02:43 +03:00
parent a3991e1273
commit c699f5919e
Signed by: ace
GPG Key ID: F7EC00FB2C3118AD

View File

@ -1,4 +1,4 @@
VERSION=3.11.0
VERSION=3.11.1
BUILD=1
IMAGE=rspamd
REGISTRY=gitea.geekhome.org/ghp
@ -11,9 +11,9 @@ RSPAMD_VERSION=$(VERSION)
build:
docker build --build-arg DOVECOT_VERSION=$(DOVECOT_VERSION) \
--build-arg POSTFIX_VERSION=$(POSTFIX_VERSION) \
--build-arg RSPAMD_VERSION=$(RSPAMD_VERSION) \
-t $(REGISTRY)/$(IMAGE):$(VERSION)-$(BUILD) .
--build-arg POSTFIX_VERSION=$(POSTFIX_VERSION) \
--build-arg RSPAMD_VERSION=$(RSPAMD_VERSION) \
-t $(REGISTRY)/$(IMAGE):$(VERSION)-$(BUILD) .
push:
docker push $(REGISTRY)/$(IMAGE):$(VERSION)-$(BUILD)