This commit is contained in:
Alexandre
2021-01-19 21:15:53 +01:00
committed by GitHub
parent bd31127f41
commit 22e0654e44

View File

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