From c8e83b0f1f62be68097f56bb2af4dcde3b6eb9f8 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 9 Sep 2025 19:11:30 +0000 Subject: [PATCH] chore(deps): update dependency postfixadmin/postfixadmin to v3.3.16 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56053f5..de689cb 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.16 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?\d+\.\d+\.\d+)$' # PODMAN_BIN's and tools PODMAN_BIN?=$(shell which podman)