Upgrade base image to 1.2.1

This commit is contained in:
Otto Winter 2019-02-17 22:06:21 +01:00
parent a6d4983fbc
commit 027d4da9a0
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -1,15 +1,6 @@
ARG BUILD_FROM=esphome/esphome-hassio-base-amd64:1.1.0
ARG BUILD_FROM=esphome/esphome-hassio-base-amd64:1.2.1
FROM ${BUILD_FROM}
RUN \
apt-get update \
&& apt-get install -y --no-install-recommends \
python-pil \
&& rm -rf \
/tmp/* \
/var/{cache,log}/* \
/var/lib/apt/lists/*
# Copy root filesystem
COPY rootfs /