Update Dockerfile

This commit is contained in:
Alexandre
2021-07-31 06:55:53 +02:00
committed by GitHub
parent 09552c3810
commit 2a8a6c785f

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.2"
ARG BUILD_UPSTREAM="2.6.1"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]