rspamd: bump to v3.11.1
This commit is contained in:
parent
a3991e1273
commit
c699f5919e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user