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