File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update \
1515 && apt-get clean
1616
1717# Install Lighthouse CI
18- RUN npm install -g @lhci/cli@0.14 .0
18+ RUN npm install -g @lhci/cli@0.15 .0
1919RUN npm install -g lighthouse
2020
2121# Install puppeteer
Original file line number Diff line number Diff line change 1717 spec :
1818 containers :
1919 - name : lhci-server
20- image : docker.io/patrickhulce/lhci-server:0.14 .0
20+ image : docker.io/patrickhulce/lhci-server:0.15 .0
2121 volumeMounts :
2222 - mountPath : ' /data'
2323 name : lhci-data-volume
Original file line number Diff line number Diff line change 55 "start" : " lhci server --config=./lighthouserc.json"
66 },
77 "dependencies" : {
8- "@lhci/cli" : " 0.14 .0" ,
9- "@lhci/server" : " 0.14 .0" ,
8+ "@lhci/cli" : " 0.15 .0" ,
9+ "@lhci/server" : " 0.15 .0" ,
1010 "mysql2" : " ^2.1.0" ,
1111 "pg" : " ^8.2.1" ,
1212 "pg-hstore" : " ^2.3.3" ,
You can’t perform that action at this time.
0 commit comments