mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-23 22:14:22 -04:00
Try using buster docker images
This commit is contained in:
parent
eb06b0148d
commit
4465ca8a72
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ workflows:
|
|||
jobs:
|
||||
test-3.6: &test-template
|
||||
docker:
|
||||
- image: circleci/python:3.6.6
|
||||
- image: circleci/python:3.6-buster
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
|||
test-3.7:
|
||||
<<: *test-template
|
||||
docker:
|
||||
- image: circleci/python:3.7.1
|
||||
- image: circleci/python:3.7-buster
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue