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",
"name": "Stirling-PDF",
"port": 8234,
"available": true,
"exposable": true,
"id": "stirling-pdf",
"tipi_version": 1,
"version": "0.13.0",
"categories": [
"data",
"utilities"
],
"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.",
"author": "Frooodle",
"source": "https://github.com/Frooodle/Stirling-PDF/",
"form_fields": []
}
"$schema": "../schema.json",
"name": "Stirling-PDF",
"port": 8234,
"available": true,
"exposable": true,
"id": "stirling-pdf",
"tipi_version": 2,
"version": "0.13.1",
"categories": [
"data",
"utilities"
],
"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.",
"author": "Frooodle",
"source": "https://github.com/Frooodle/Stirling-PDF/",
"form_fields": []
}

View File

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