1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Fix platformio docker version mismstch (#3215)

This commit is contained in:
Otto Winter
2022-02-17 11:56:14 +01:00
committed by GitHub
parent 958ad0d750
commit 34c229fd33

View File

@@ -45,7 +45,7 @@ RUN \
# Ubuntu python3-pip is missing wheel
pip3 install --no-cache-dir \
wheel==0.37.1 \
platformio==5.2.4 \
platformio==5.2.5 \
# Change some platformio settings
&& platformio settings set enable_telemetry No \
&& platformio settings set check_libraries_interval 1000000 \