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

Upgrade HassIO Ubuntu Base to 2.2.1 (#368)

This commit is contained in:
Otto Winter
2019-01-19 16:48:35 +01:00
committed by GitHub
parent 4de98fd782
commit 804a1ed7b3
4 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/ubuntu-base:2.2.0
ARG BUILD_FROM=hassioaddons/ubuntu-base:2.2.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}