chore(deps): update ghcr.io/frooodle/s-pdf docker tag to v0.13.1 (#1118)

This commit is contained in:
renovate[bot] 2023-08-31 16:32:03 +00:00 committed by GitHub
parent 30a2133e55
commit 55fc6b0ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 20 deletions

View File

@ -1,20 +1,19 @@
{ {
"$schema": "../schema.json", "$schema": "../schema.json",
"name": "Stirling-PDF", "name": "Stirling-PDF",
"port": 8234, "port": 8234,
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "stirling-pdf", "id": "stirling-pdf",
"tipi_version": 1, "tipi_version": 2,
"version": "0.13.0", "version": "0.13.1",
"categories": [ "categories": [
"data", "data",
"utilities" "utilities"
], ],
"description": "Locally hosted web application that allows you to perform various operations on PDF files.", "description": "Locally hosted web application that allows you to perform various operations on PDF files.",
"short_desc": "Powerful locally hosted web based PDF manipulation tool.", "short_desc": "Powerful locally hosted web based PDF manipulation tool.",
"author": "Frooodle", "author": "Frooodle",
"source": "https://github.com/Frooodle/Stirling-PDF/", "source": "https://github.com/Frooodle/Stirling-PDF/",
"form_fields": [] "form_fields": []
} }

View File

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