Browse Source

👷 changed docker image to buster

alpine seems to have problems with certain deps
pull/1/head
Francois Lannoy 6 years ago
parent
commit
2ce756e399
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: python:3.8-alpine
- image: python:3.8-buster
working_directory: ~/back
steps:
- checkout

Loading…
Cancel
Save