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