Move default source image to Python 3.8

This commit is contained in:
Tobias Genannt 2020-08-24 14:39:50 +02:00
parent dd490605ca
commit a68f315acb
2 changed files with 3 additions and 4 deletions

View file

@ -18,8 +18,7 @@ jobs:
- ./build-next.sh
- ./build.sh develop
docker_from:
- '' # use the default of the DOCKERFILE
- python:3.7-alpine
- '' # use the default of the build script
- python:3.8-alpine
# - python:3.9-rc-alpine # disable until Netbox's unit tests work
fail-fast: false