[skip e2e]Update meta-migratition build (#21686)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/21679/head
Bennu 2023-01-12 20:01:41 +08:00 committed by GitHub
parent 6a722396bd
commit 539d9b52c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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