From 8c030e3a32fc525acb9309bef58946bff7e3bf9c Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Mon, 1 Aug 2022 15:54:34 +0800 Subject: [PATCH] [test]Update python version in pytest image (#18477) Signed-off-by: zhuwenxing --- tests/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile index fedf89ceab..24d7bc854b 100644 --- a/tests/docker/Dockerfile +++ b/tests/docker/Dockerfile @@ -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