From 3f43447f65e13734cae80b727819225b0134314e Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 10 Jun 2025 12:30:20 +0200 Subject: [PATCH] chore(ci): adapt expression of extractVersion --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)