From a3f1df139b1f0fd4b08da8f81e2220c58cdef8a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 13:16:22 +0000 Subject: [PATCH] chore(deps): update frooodle/s-pdf docker tag to v0.25.3 (#3718) --- apps/stirling-pdf/config.json | 4 ++-- apps/stirling-pdf/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/stirling-pdf/config.json b/apps/stirling-pdf/config.json index 5baf511a..976aaf98 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": 38, - "version": "0.25.2", + "tipi_version": 39, + "version": "0.25.3", "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 fb33dd57..bca10a70 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.25.2 + image: frooodle/s-pdf:0.25.3 restart: unless-stopped container_name: stirling-pdf privileged: true