mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Fix platformio version in Dockerfile doesn't match requirements (#2582)
This commit is contained in:
parent
ab07ee57c6
commit
f0aba6ceb2
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ RUN \
|
||||||
# Ubuntu python3-pip is missing wheel
|
# Ubuntu python3-pip is missing wheel
|
||||||
pip3 install --no-cache-dir \
|
pip3 install --no-cache-dir \
|
||||||
wheel==0.36.2 \
|
wheel==0.36.2 \
|
||||||
platformio==5.2.0 \
|
platformio==5.2.1 \
|
||||||
# Change some platformio settings
|
# Change some platformio settings
|
||||||
&& platformio settings set enable_telemetry No \
|
&& platformio settings set enable_telemetry No \
|
||||||
&& platformio settings set check_libraries_interval 1000000 \
|
&& platformio settings set check_libraries_interval 1000000 \
|
||||||
|
|
|
@ -6,7 +6,7 @@ tornado==6.1
|
||||||
tzlocal==3.0 # from time
|
tzlocal==3.0 # from time
|
||||||
tzdata>=2021.1 # from time
|
tzdata>=2021.1 # from time
|
||||||
pyserial==3.5
|
pyserial==3.5
|
||||||
platformio==5.2.1
|
platformio==5.2.1 # When updating platformio, also update Dockerfile
|
||||||
esptool==3.1
|
esptool==3.1
|
||||||
click==8.0.3
|
click==8.0.3
|
||||||
esphome-dashboard==20211021.0
|
esphome-dashboard==20211021.0
|
||||||
|
|
Loading…
Reference in a new issue