Skip to content

Commit

Permalink
Update circleci/python Docker tag to v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2020
1 parent 7bc6c29 commit c1a7b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ commands:
jobs:
build35:
docker:
- image: circleci/python:3.5
- image: circleci/python:3.8
environment:
ARTIFACTS: /tmp/jsmapper
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
path: "/tmp/jsmapper"
build36:
docker:
- image: circleci/python:3.6
- image: circleci/python:3.8
environment:
ARTIFACTS: /tmp/jsmapper
steps:
Expand All @@ -52,7 +52,7 @@ jobs:
path: "/tmp/jsmapper"
build37:
docker:
- image: circleci/python:3.7
- image: circleci/python:3.8
environment:
ARTIFACTS: /tmp/jsmapper
steps:
Expand Down

0 comments on commit c1a7b35

Please sign in to comment.