mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
[Dockerfile] Sync platformio version with requirements.txt (#6888)
This commit is contained in:
parent
3cd2fb0843
commit
1f8449ec0e
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ RUN \
|
|||
fi; \
|
||||
pip3 install \
|
||||
--break-system-packages --no-cache-dir \
|
||||
platformio==6.1.13 \
|
||||
# Keep platformio version in sync with requirements.txt
|
||||
platformio==6.1.15 \
|
||||
# Change some platformio settings
|
||||
&& platformio settings set enable_telemetry No \
|
||||
&& platformio settings set check_platformio_interval 1000000 \
|
||||
|
|
Loading…
Reference in a new issue