From c6c6a47fb165ce23d2b59876650a93795cea2a27 Mon Sep 17 00:00:00 2001 From: xjxia Date: Tue, 15 Oct 2024 17:48:53 +0800 Subject: [PATCH] feat(dbm-services): update hadb dockerfile close #7359 --- dbm-services/common/dbha/hadb-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbm-services/common/dbha/hadb-api/Dockerfile b/dbm-services/common/dbha/hadb-api/Dockerfile index c0cdd918c7..e5f56a2e09 100644 --- a/dbm-services/common/dbha/hadb-api/Dockerfile +++ b/dbm-services/common/dbha/hadb-api/Dockerfile @@ -1,4 +1,4 @@ -FROM mirrors.tencent.com/sccmsp/golang:1.16 +FROM centos:6 MAINTAINER hadb-api Development ARG BASEDIR=/home/hadb