Use 2.7-buster Docker image for pypy
Fix failing PyPy CI job. Fixes: ticket:3299
This commit is contained in:
parent
383ef1cc7b
commit
f89ad002f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue