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

@@ -1,3 +1,6 @@
## 1.23.1 (15-12-2021)
- Update to latest version from dani-garcia/bitwarden_rs
- New standardized logic for Dockerfile build and packages installation
## 1.23.0 (21-10-2021)

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"]

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": "Bitwarden (Vaultwarden)",
"options": {
"ssl": true,
@@ -25,8 +31,8 @@
},
"slug": "bitwarden",
"startup": "services",
"upstream": "1.23.0",
"upstream": "1.23.1",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden#readme",
"version": "1.23.0",
"version": "1.23.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"
}