rspamd: bump to v3.7.4

This commit is contained in:
ace
2023-11-18 22:08:25 +03:00
parent ceb3f91cb4
commit 3b221cfc6e
2 changed files with 3 additions and 3 deletions

View File

@ -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)