We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6d72c commit f0b755cCopy full SHA for f0b755c
.circleci/config.yml
@@ -48,7 +48,7 @@ executors:
48
resource_class: small
49
py39:
50
docker:
51
- - image: "python:3.9-rc-buster"
+ - image: "python:3.9-buster"
52
auth:
53
username: $DOCKERHUB_USERNAME
54
password: $DOCKERHUB_PASSWORD
0 commit comments