From d6de1116272ff919b09b99ce24619a34de5e6d5f Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 1 Aug 2024 01:32:04 -0700 Subject: [PATCH] 2.6.3-debian Signed-off-by: Tamal Saha --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f14a62..321a2ea 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ VERSION = $(TAG)_$(subst /,_,$(PLATFORM)) DB_REGISTRY ?= proxysql DB_BIN ?= proxysql -DB_TAG ?= 2.4.4-debian +DB_TAG ?= 2.6.3-debian ifeq ($(ARCH),arm64) DB_TAG := $(TAG)_$(ARCH) endif