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