Update Dockerfile

This commit is contained in:
Alexandre
2021-01-19 12:49:34 +01:00
committed by GitHub
parent e74387638a
commit 6d1ae9a796

View File

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