diff --git a/Makefile b/Makefile index 3f8ee93..56053f5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # POSTFIXADMIN_VERSION # Only required to install a specify version -POSTFIXADMIN_VERSION?=3.3.15 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?\\d+\\.\\d+\\.\\d+)$' +POSTFIXADMIN_VERSION?=3.3.15 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?\d+\.\d+\.\d+)$' # PODMAN_BIN's and tools PODMAN_BIN?=$(shell which podman)