Update Dockerfile

This commit is contained in:
Alexandre
2021-05-18 17:26:20 +02:00
committed by GitHub
parent d32939ddc4
commit e760effa61

View File

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