diff --git a/bitwarden/Dockerfile b/bitwarden/Dockerfile index 3506e208f..abd516feb 100644 --- a/bitwarden/Dockerfile +++ b/bitwarden/Dockerfile @@ -3,8 +3,10 @@ ARG BUILD_FROM=hassioaddons/debian-base:3.2.1 # Get prebuild containers from Bitwarden RS ############################################################################### ARG BITWARDEN_ARCH +ARG BUILD_VERSION + # hadolint ignore=DL3006 -FROM "bitwardenrs/server:1.18.0${BITWARDEN_ARCH}" as bitwarden +FROM "bitwardenrs/server:${BUILD_VERSION}${BITWARDEN_ARCH}" as bitwarden ############################################################################### # Build the actual add-on.