Merge pull request #2638 from ToledoEM/bentopdf

bump bentopdf to 2.8.2

Thanks !
This commit is contained in:
Alexandre
2026-04-07 07:07:42 +02:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 2.8.2
- Update to upstream BentoPDF v2.8.2
## 2.5.0
- Initial release of BentoPDF Home Assistant add-on

View File

@@ -1,6 +1,6 @@
# Global build args — must be declared before the first FROM to be usable in FROM instructions
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.23
ARG BUILD_VERSION=2.5.0
ARG BUILD_VERSION=2.8.2
# Stage 1: Download and extract the BentoPDF dist release (includes bundled WASM)
FROM alpine:3.21 AS dist

View File

@@ -2,7 +2,7 @@ name: "BentoPDF"
slug: bentopdf
image: ghcr.io/alexbelgium/bentopdf-{arch}
description: "Privacy-first PDF toolkit. 50+ tools, all processing client-side in the browser. Files never leave your device."
version: "2.5.0"
version: "2.8.2"
url: "https://github.com/alexbelgium/hassio-addons/tree/master/bentopdf"
arch:
- amd64