chore(deps): update frooodle/s-pdf docker tag to v0.24.4 (#3542)

This commit is contained in:
renovate[bot] 2024-05-22 16:30:31 +00:00 committed by GitHub
parent 294da48465
commit ca3bcee5e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View File

@ -5,12 +5,9 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "stirling-pdf", "id": "stirling-pdf",
"tipi_version": 32, "tipi_version": 33,
"version": "0.23.1", "version": "0.24.4",
"categories": [ "categories": ["data", "utilities"],
"data",
"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",
@ -22,8 +19,5 @@
"env_variable": "STIRLING_PDF_DOCKER_ENABLE_SECURITY" "env_variable": "STIRLING_PDF_DOCKER_ENABLE_SECURITY"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.9" version: "3.9"
services: services:
stirling-pdf: stirling-pdf:
image: frooodle/s-pdf:0.23.1 image: frooodle/s-pdf:0.24.4
restart: unless-stopped restart: unless-stopped
container_name: stirling-pdf container_name: stirling-pdf
privileged: true privileged: true