Skip to content

Commit ade23a1

Browse files
committed
Fix typo in image name for lint job
1 parent 202a09c commit ade23a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
lint:
7070
docker:
71-
- image: python3.5-alpine
71+
- image: python:3.5-alpine
7272
steps:
7373
- checkout
7474
- run:

0 commit comments

Comments
 (0)