diff --git a/pkg/db/Dockerfile b/pkg/db/Dockerfile index 92942ec6b43fa36afd792bf362c8c25e90b9c461..e100801a68a915bc531e4312d6cdfcc556fb61fe 100644 --- a/pkg/db/Dockerfile +++ b/pkg/db/Dockerfile @@ -1,8 +1,10 @@ -# Copyright 2017 The OpenPitrix Authors. All rights reserved. +# Copyright 2017 The KubeSphere Authors. All rights reserved. # Use of this source code is governed by a Apache license # that can be found in the LICENSE file. -FROM dhoer/flyway:5.1.4-mysql-8.0.11-alpine +FROM openpitrix/flyway:alpine + +USER root RUN apk add --no-cache mysql-client