mirror of
https://github.com/esphome/esphome.git
synced 2024-11-13 10:25:03 +01:00
[Dockerfile] Sync platformio version with requirements.txt (#6888)
This commit is contained in:
parent
3cd2fb0843
commit
1f8449ec0e
@ -81,7 +81,8 @@ RUN \
|
|||||||
fi; \
|
fi; \
|
||||||
pip3 install \
|
pip3 install \
|
||||||
--break-system-packages --no-cache-dir \
|
--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
|
# Change some platformio settings
|
||||||
&& platformio settings set enable_telemetry No \
|
&& platformio settings set enable_telemetry No \
|
||||||
&& platformio settings set check_platformio_interval 1000000 \
|
&& platformio settings set check_platformio_interval 1000000 \
|
||||||
|
Loading…
Reference in New Issue
Block a user