1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Update build scripts

This commit is contained in:
Otto Winter
2020-07-15 01:37:30 +02:00
parent 17b55fc23d
commit 764eb960c6
11 changed files with 110 additions and 114 deletions

View File

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