mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
build from upstream
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user