mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 02:58:11 +01:00
Update Dockerfile
This commit is contained in:
@@ -2,11 +2,10 @@ ARG BUILD_FROM=hassioaddons/debian-base:3.2.3
|
||||
###############################################################################
|
||||
# Get prebuild containers from Bitwarden RS
|
||||
###############################################################################
|
||||
ARG BITWARDEN_ARCH
|
||||
ARG BUILD_VERSION
|
||||
|
||||
# hadolint ignore=DL3006
|
||||
FROM "bitwardenrs/server:${BUILD_VERSION}${BITWARDEN_ARCH}" as bitwarden
|
||||
FROM "bitwardenrs/server:${BUILD_VERSION}" as bitwarden
|
||||
|
||||
###############################################################################
|
||||
# Build the actual add-on.
|
||||
|
||||
Reference in New Issue
Block a user