chore(deps): update ghcr.io/frooodle/s-pdf docker tag to v0.13.1 (#1118)
This commit is contained in:
parent
30a2133e55
commit
55fc6b0ff2
|
@ -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": []
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user