diff --git a/build/ci/jenkins/pod/test-env.yaml b/build/ci/jenkins/pod/test-env.yaml index f92c718c86..1748df4323 100644 --- a/build/ci/jenkins/pod/test-env.yaml +++ b/build/ci/jenkins/pod/test-env.yaml @@ -7,7 +7,7 @@ metadata: spec: containers: - name: test-env - image: milvusdb/pytest:20210310-5ea22d7 + image: milvusdb/pytest:20210311-2afcc45 command: - cat tty: true diff --git a/build/docker/test/.env b/build/docker/test/.env index fbebcd2ce8..cd5574b410 100644 --- a/build/docker/test/.env +++ b/build/docker/test/.env @@ -1,4 +1,4 @@ SOURCE_REPO=milvusdb TARGET_REPO=milvusdb -SOURCE_TAG=20210310-5ea22d7 -TARGET_TAG=20210310-5ea22d7 \ No newline at end of file +SOURCE_TAG=20210311-2afcc45 +TARGET_TAG=20210311-2afcc45 \ No newline at end of file