Update to 2.6.1

This commit is contained in:
alexbelgium
2021-07-10 01:57:40 +02:00
parent 9ff144d10c
commit 78c2554b9e
3 changed files with 6 additions and 3 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.6.0"
ARG BUILD_UPSTREAM="2.6.1"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]