Updater bot : bitwarden updated to 1.24.0

This commit is contained in:
alexbelgium
2022-01-31 09:38:28 +01:00
parent 721bfd6d13
commit 53e92d2665
3 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 1.24.0 (31-01-2022)
- Update to latest version from dani-garcia/bitwarden_rs
## 1.23.1 (15-12-2021)
- Update to latest version from dani-garcia/bitwarden_rs

View File

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

View File

@@ -1,9 +1,15 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"description": "Open source password management solution",
"init": false,
"map": ["ssl"],
"map": [
"ssl"
],
"name": "Vaultwarden (Bitwarden)",
"options": {
"ssl": true,
@@ -25,8 +31,8 @@
},
"slug": "bitwarden",
"startup": "services",
"upstream": "1.23.1",
"upstream": "1.24.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden",
"version": "1.23.1",
"version": "1.24.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"
}