Skip to content

Commit

Permalink
fix db tag
Browse files Browse the repository at this point in the history
Signed-off-by: Tasdidur Rahman <[email protected]>
  • Loading branch information
TasdidurRahman committed Oct 12, 2022
1 parent cb6cb12 commit 6261757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6261757

Please sign in to comment.