Update Dockerfile

This commit is contained in:
Alexandre
2021-12-02 21:43:21 +01:00
committed by GitHub
parent 3432e1aba6
commit b45f9d5bb4

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