[test]Update python version in pytest image (#18477)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2022-08-01 15:54:34 +08:00 committed by GitHub
parent bdc84d71ba
commit 8c030e3a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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