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

This commit is contained in:
renovate[bot] 2023-12-11 03:44:15 +00:00 committed by GitHub
parent 79e1c78847
commit 5be3f68869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "stirling-pdf", "id": "stirling-pdf",
"tipi_version": 8, "tipi_version": 9,
"version": "0.15.1", "version": "0.16.0",
"categories": [ "categories": [
"data", "data",
"utilities" "utilities"
@ -16,5 +16,8 @@
"author": "Frooodle", "author": "Frooodle",
"source": "https://github.com/Frooodle/Stirling-PDF/", "source": "https://github.com/Frooodle/Stirling-PDF/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

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.15.1 image: ghcr.io/frooodle/s-pdf:0.16.0
restart: unless-stopped restart: unless-stopped
container_name: stirling-pdf container_name: stirling-pdf
privileged: true privileged: true