mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 01:41:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -19,6 +19,7 @@ ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="1.23.1"
|
||||
FROM "vaultwarden/server:${BUILD_UPSTREAM}" as vaultwarden
|
||||
FROM ${BUILD_FROM}
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Get the Bitwarden from official images
|
||||
COPY --from=vaultwarden /vaultwarden /opt/vaultwarden
|
||||
|
||||
Reference in New Issue
Block a user