Link to addonversion

This commit is contained in:
Alexandre
2021-01-15 19:46:34 +01:00
committed by GitHub
parent b6806b2310
commit 5ccc0d4fbf

View File

@@ -3,8 +3,10 @@ ARG BUILD_FROM=hassioaddons/debian-base:3.2.1
# Get prebuild containers from Bitwarden RS # Get prebuild containers from Bitwarden RS
############################################################################### ###############################################################################
ARG BITWARDEN_ARCH ARG BITWARDEN_ARCH
ARG BUILD_VERSION
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM "bitwardenrs/server:1.18.0${BITWARDEN_ARCH}" as bitwarden FROM "bitwardenrs/server:${BUILD_VERSION}${BITWARDEN_ARCH}" as bitwarden
############################################################################### ###############################################################################
# Build the actual add-on. # Build the actual add-on.