Update to 1.23.1

This commit is contained in:
alexbelgium
2021-12-15 08:58:52 +01:00
parent b918137f2b
commit 8f9540ba9e
3 changed files with 14 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.0.0
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.23.0"
ARG BUILD_UPSTREAM="1.23.1"
FROM "vaultwarden/server:${BUILD_UPSTREAM}" as vaultwarden
FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]