update whatsapper

This commit is contained in:
baldarn
2025-12-09 15:24:30 +01:00
parent 4579de55b6
commit d4d005b29e
3 changed files with 6 additions and 2 deletions

View File

@@ -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.

View File

@@ -14,7 +14,7 @@
# 1 Build Image #
#################
ARG BUILD_FROM=baldarn/whatsapper
ARG BUILD_FROM=ghcr.io/baldarn/whatsapper
FROM ${BUILD_FROM}

View File

@@ -1,5 +1,5 @@
{
"build_from": {
"amd64": "baldarn/whatsapper:latest"
"amd64": "ghcr.io/baldarn/whatsapper:latest"
}
}