From de7a88bf36e273064a8a6f9fc36a0c84e9a64e52 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Thu, 24 Dec 2020 11:57:26 +0800 Subject: [PATCH] build: use centos-build:1.1-4 y18n support in 1.1-4 --- Makefile.common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common.mk b/Makefile.common.mk index f6f385291f..983a2165e8 100644 --- a/Makefile.common.mk +++ b/Makefile.common.mk @@ -8,7 +8,7 @@ ModBaseName:=$(notdir $(ModName)) DockerImageRegistry?=registry.cn-beijing.aliyuncs.com DockerImageAlpineBuild?=$(DockerImageRegistry)/yunionio/alpine-build:1.0-5 -DockerImageCentOSBuild?=$(DockerImageRegistry)/yunionio/centos-build:1.1-3 +DockerImageCentOSBuild?=$(DockerImageRegistry)/yunionio/centos-build:1.1-4 EnvIf=$(if $($(1)),$(1)=$($(1)))