Browse Source

💚 update python container version

tests
Pierre 6 years ago
parent
commit
1485dbd6c8
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -5,7 +5,7 @@ jobs: # A basic unit of work in a run
working_directory: ~/circleci-demo-python-django working_directory: ~/circleci-demo-python-django
docker: # run the steps with Docker docker: # run the steps with Docker
# CircleCI Python images available at: https://hub.docker.com/r/circleci/python/ # CircleCI Python images available at: https://hub.docker.com/r/circleci/python/
- image: circleci/python:3.6.4
- image: circleci/python:3.8.5
auth: auth:
username: $DOCKERHUB_USERNAME username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference password: $DOCKERHUB_PASSWORD # context / project UI env-var reference

Loading…
Cancel
Save