File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed
Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -6,39 +6,44 @@ version = GNU Make
66[Git]
77
88cli = git
9- version = 2.
9+ version = 2
1010
1111[Python]
1212
1313cli = python
14- version = Python 3.6.5
14+ version = Python 3.6.8
15+
16+ [pip]
17+
18+ cli = pip
19+ version = 19
1520
1621[pipenv]
1722
1823cli = pipenv
19- version = 11.
24+ version = 2018. 11.26
2025
2126[Node]
2227
2328cli = node
24- version = v8.
29+ version = v8
2530
2631[npm]
2732
2833cli = npm
29- version = 5.
34+ version = 6
3035
3136[Yarn]
3237
3338cli = yarn
34- version = 1.
39+ version = 1
3540
3641[Firefox]
3742
3843cli = firefox
39- version = 55.
44+ version = 55
4045
4146[Firefox WebDriver]
4247
4348cli = geckodriver
44- version = 0.19.
49+ version = 0.19
Original file line number Diff line number Diff line change 1- FROM circleci/python:3.6.5 -stretch-browsers
1+ FROM circleci/python:3.6.8 -stretch-browsers
22
33# Pipenv
44
5- RUN sudo pip install --upgrade pipenv && \
5+ RUN sudo pip install --upgrade pip pipenv && \
66pipenv --version
77
88# Node
You can’t perform that action at this time.
0 commit comments