Update to 1.23.0

This commit is contained in:
alexbelgium
2021-10-21 01:55:43 +02:00
parent ab388a92b7
commit d7cd514147
3 changed files with 39 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.0.0
# Get prebuild containers from Bitwarden RS
###############################################################################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.22.2"
ARG BUILD_UPSTREAM="1.23.0"
# hadolint ignore=DL3006
FROM "vaultwarden/server:${BUILD_UPSTREAM}" as vaultwarden