mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-07 14:37:03 +02:00
Merge pull request #2638 from ToledoEM/bentopdf
bump bentopdf to 2.8.2 Thanks !
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user