diff --git a/apps/stirling-pdf/config.json b/apps/stirling-pdf/config.json index c1148495..f7a8e83d 100644 --- a/apps/stirling-pdf/config.json +++ b/apps/stirling-pdf/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "stirling-pdf", - "tipi_version": 33, - "version": "0.24.4", + "tipi_version": 34, + "version": "0.24.5", "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.", diff --git a/apps/stirling-pdf/docker-compose.yml b/apps/stirling-pdf/docker-compose.yml index 246e6f70..86e29bd5 100644 --- a/apps/stirling-pdf/docker-compose.yml +++ b/apps/stirling-pdf/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.9" services: stirling-pdf: - image: frooodle/s-pdf:0.24.4 + image: frooodle/s-pdf:0.24.5 restart: unless-stopped container_name: stirling-pdf privileged: true