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

Revert upgrade ESP8266 core

Binary size increased by 30kb
This commit is contained in:
Otto Winter
2019-05-16 18:34:51 +02:00
parent 1fa4a2d256
commit a323679771
4 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=esphome/esphome-base-amd64:1.6.0
ARG BUILD_FROM=esphome/esphome-base-amd64:1.5.1
FROM ${BUILD_FROM}
COPY . .