mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update to 1.20.0
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
## 1.20.0
|
||||
- Update to latest version from dani-garcia/bitwarden_rs
|
||||
|
||||
## 1.19.0
|
||||
- Update to latest version from dani-garcia/bitwarden_rs
|
||||
|
||||
|
||||
@@ -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.19.0"
|
||||
ARG BUILD_UPSTREAM="1.20.0"
|
||||
|
||||
# hadolint ignore=DL3006
|
||||
FROM "bitwardenrs/server:${BUILD_UPSTREAM}" as bitwarden
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Bitwarden RS",
|
||||
"version": "1.19.0",
|
||||
"upstream": "1.19.0",
|
||||
"version": "1.20.0",
|
||||
"upstream": "1.20.0",
|
||||
"slug": "bitwarden",
|
||||
"description": "Open source password management solution",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
@@ -34,4 +34,4 @@
|
||||
"keyfile": "str",
|
||||
"request_size_limit": "int?"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user