rspamd: bump to v3.13.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
VERSION=3.11.1
|
||||
VERSION=3.13.2
|
||||
BUILD=1
|
||||
IMAGE=rspamd
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
@@ -9,13 +9,21 @@ RSPAMD_VERSION=$(VERSION)
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
ifeq ($(shell command -v podman 2> /dev/null),)
|
||||
CMD=docker
|
||||
FORMAT=
|
||||
else
|
||||
CMD=podman
|
||||
FORMAT=--format=docker
|
||||
endif
|
||||
|
||||
build:
|
||||
docker build --build-arg DOVECOT_VERSION=$(DOVECOT_VERSION) \
|
||||
$(CMD) build --build-arg DOVECOT_VERSION=$(DOVECOT_VERSION) \
|
||||
--build-arg POSTFIX_VERSION=$(POSTFIX_VERSION) \
|
||||
--build-arg RSPAMD_VERSION=$(RSPAMD_VERSION) \
|
||||
-t $(REGISTRY)/$(IMAGE):$(VERSION)-$(BUILD) .
|
||||
|
||||
push:
|
||||
docker push $(REGISTRY)/$(IMAGE):$(VERSION)-$(BUILD)
|
||||
$(CMD) push $(REGISTRY)/$(IMAGE):$(VERSION)-$(BUILD)
|
||||
|
||||
all: build push
|
||||
|
||||
Reference in New Issue
Block a user