build from upstream

This commit is contained in:
Alexandre
2021-02-21 08:38:19 +01:00
parent a7138045f5
commit 9d0ec76c82
14 changed files with 30 additions and 20 deletions

View File

@@ -3,9 +3,10 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.0.0
# Get prebuild containers from Bitwarden RS
###############################################################################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.19.0"
# hadolint ignore=DL3006
FROM "bitwardenrs/server:${BUILD_VERSION}" as bitwarden
FROM "bitwardenrs/server:${BUILD_UPSTREAM}" as bitwarden
###############################################################################
# Build the actual add-on.