From 626175773bd8e3bafd6ead93cb632b6812b19fed Mon Sep 17 00:00:00 2001 From: Tasdidur Rahman Date: Wed, 12 Oct 2022 11:32:42 +0600 Subject: [PATCH] fix db tag Signed-off-by: Tasdidur Rahman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49abf1d..8069e27 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ VERSION = $(TAG)_$(subst /,_,$(PLATFORM)) DB_REGISTRY ?= proxysql DB_BIN ?= proxysql -DB_TAG ?= 2.3.2-centos +DB_TAG ?= 2.4.4-centos ifeq ($(ARCH),arm64) DB_TAG := $(TAG)_$(ARCH) endif