Update Dockerfile

This commit is contained in:
Alexandre
2021-12-15 16:33:48 +01:00
committed by GitHub
parent b4bfd9fc5f
commit a0ebc2a908

View File

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