Update to 2.9.2

This commit is contained in:
alexbelgium
2021-10-28 01:59:06 +02:00
parent 7035b05057
commit 71f51ecc59
3 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
ARG BUILD_UPSTREAM="2.9.1"
ARG BUILD_UPSTREAM="2.9.2"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]