Update Dockerfile

This commit is contained in:
Alexandre
2022-05-24 06:19:22 +02:00
committed by GitHub
parent f8f924d601
commit 0c5a49acb8

View File

@@ -16,14 +16,14 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.2
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.24.0"
ARG BUILD_UPSTREAM="1.25.0"
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
COPY --from=vaultwarden /Rocket.toml /opt/Rocket.toml
#COPY --from=vaultwarden /Rocket.toml /opt/Rocket.toml
COPY --from=vaultwarden /web-vault /opt/web-vault
##################