Bump Base Image from 9.2.0 to 9.2.2

This commit is contained in:
Gautham Varma K
2021-06-19 09:06:18 +05:30
committed by GitHub
parent ea49461d4e
commit 3ce88baea6
+2 -2
View File
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0 ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.2
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@@ -30,4 +30,4 @@ LABEL \
org.label-schema.usage="https://github.com/GauthamVarmaK/addon-tvheadend" \ org.label-schema.usage="https://github.com/GauthamVarmaK/addon-tvheadend" \
org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-ref=${BUILD_REF} \
org.label-schema.vcs-url="https://github.com/GauthamVarmaK/addon-tvheadend" \ org.label-schema.vcs-url="https://github.com/GauthamVarmaK/addon-tvheadend" \
org.label-schema.vendor="https://github.com/GauthamVarmaK" org.label-schema.vendor="https://github.com/GauthamVarmaK"