mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 01:11:04 +01:00
update whatsapper
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 1.1 (9-12-2025)
|
||||
- Move docker image from docker to github
|
||||
- Update to latest version from baldarn/whatsapper (changelog : https://github.com/baldarn/whatsapper/releases)
|
||||
|
||||
## 1.0.5 (18-11-2025)
|
||||
- Added `env_vars` option to allow passing custom environment variables from the add-on configuration.
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# 1 Build Image #
|
||||
#################
|
||||
|
||||
ARG BUILD_FROM=baldarn/whatsapper
|
||||
ARG BUILD_FROM=ghcr.io/baldarn/whatsapper
|
||||
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"build_from": {
|
||||
"amd64": "baldarn/whatsapper:latest"
|
||||
"amd64": "ghcr.io/baldarn/whatsapper:latest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user