mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 11:24:04 +02: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
|
# Get prebuild containers from Bitwarden RS
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@@ -12,6 +11,7 @@ FROM "bitwardenrs/server:${BUILD_VERSION}${BITWARDEN_ARCH}" as bitwarden
|
|||||||
# Build the actual add-on.
|
# Build the actual add-on.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
|
ARG BUILD_FROM
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
|
|||||||
Reference in New Issue
Block a user