1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Upgrade docker base image to 2.1.0

This commit is contained in:
Otto Winter
2020-06-05 11:34:51 +02:00
parent 310e2a0b20
commit aae4b2ea5d
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,4 +1,4 @@
FROM esphome/esphome-base-amd64:2.0.1
FROM esphome/esphome-base-amd64:2.1.0
RUN \
apt-get update \