From 539d9b52c9cf25c46eb290320b812ae10e424242 Mon Sep 17 00:00:00 2001 From: Bennu Date: Thu, 12 Jan 2023 20:01:41 +0800 Subject: [PATCH] [skip e2e]Update meta-migratition build (#21686) Signed-off-by: Bennu-Li --- build/docker/meta-migration/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build/docker/meta-migration/Dockerfile b/build/docker/meta-migration/Dockerfile index e5410d73d9..51215b3505 100644 --- a/build/docker/meta-migration/Dockerfile +++ b/build/docker/meta-migration/Dockerfile @@ -10,11 +10,9 @@ # or implied. See the License for the specific language governing permissions and limitations under the License. -#FROM alpine -FROM alpine:3.16 +FROM ubuntu:focal-20220426 - -COPY ./bin/ /milvus/bin/ +COPY ./bin/meta-migration /milvus/bin/ ENV PATH=/milvus/bin:$PATH