Use 2.7-buster Docker image for pypy

Fix failing PyPy CI job.

Fixes: ticket:3299
This commit is contained in:
Sajith Sasidharan 2020-04-14 16:14:07 -04:00
parent 383ef1cc7b
commit f89ad002f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM pypy:2.7-7.1.1-jessie
FROM pypy:2.7-buster
ENV WHEELHOUSE_PATH /tmp/wheelhouse
ENV VIRTUALENV_PATH /tmp/venv