fix(stirling-pdf): switched repo source, bumped (#1998)

This commit is contained in:
JigSaw 2024-01-07 12:21:25 +01:00 committed by GitHub
parent 80d49fa450
commit 9c42256f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "stirling-pdf", "id": "stirling-pdf",
"tipi_version": 15, "tipi_version": 16,
"version": "0.18.1", "version": "0.19.0",
"categories": [ "categories": [
"data", "data",
"utilities" "utilities"

View File

@ -1,7 +1,7 @@
version: "3.9" version: "3.9"
services: services:
stirling-pdf: stirling-pdf:
image: ghcr.io/frooodle/s-pdf:0.18.1 image: frooodle/s-pdf:0.19.0
restart: unless-stopped restart: unless-stopped
container_name: stirling-pdf container_name: stirling-pdf
privileged: true privileged: true