mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[test]Update python version in pytest image (#18477)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
bdc84d71ba
commit
8c030e3a32
@ -9,7 +9,7 @@
|
||||
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
# or implied. See the License for the specific language governing permissions and limitations under the License.
|
||||
|
||||
FROM python:3.6.8-jessie
|
||||
FROM python:3.8-buster
|
||||
|
||||
RUN apt-get update && apt-get install -y jq
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user