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