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