From cd5f4c317db7fb59832a27f38224073a0f273640 Mon Sep 17 00:00:00 2001 From: Tasdidur Rahman Date: Wed, 12 Oct 2022 11:33:46 +0600 Subject: [PATCH] add proxysql version 2.4.4-debian Signed-off-by: Tasdidur Rahman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de577ef..b914b20 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ VERSION = $(TAG)_$(subst /,_,$(PLATFORM)) DB_REGISTRY ?= proxysql DB_BIN ?= proxysql -DB_TAG ?= 2.3.2-debian +DB_TAG ?= 2.4.4-debian ifeq ($(ARCH),arm64) DB_TAG := $(TAG)_$(ARCH) endif