Update Dockerfile

This commit is contained in:
Alexandre
2022-01-16 21:37:35 +01:00
committed by GitHub
parent ef106dd430
commit 937d37d8cc

View File

@@ -19,7 +19,6 @@ 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