Update Dockerfile

This commit is contained in:
Alexandre
2023-09-02 07:28:10 +02:00
committed by GitHub
parent 8222d4c325
commit 9d260ea4fe

View File

@@ -14,7 +14,7 @@
# 1 Build Image #
#################
ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base/amd64:latest
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:latest
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.29.2"
FROM "vaultwarden/server:${BUILD_UPSTREAM}" as vaultwarden