mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update meta-migratition build (#21686)
Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>pull/21679/head
parent
6a722396bd
commit
539d9b52c9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue