From 7278ebdea0d25fc5a34df3d0c6f34cb310333096 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:41:37 +0000 Subject: [PATCH] chore(deps): update stirlingtools/stirling-pdf docker tag to v0.36.4 (#6012) --- apps/stirling-pdf/config.json | 6 +++--- apps/stirling-pdf/docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/stirling-pdf/config.json b/apps/stirling-pdf/config.json index 93136e6839..1c67b06aaf 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": 60, - "version": "0.36.3", + "tipi_version": 61, + "version": "0.36.4", "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.", @@ -21,5 +21,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1734369529000 + "updated_at": 1734457226000 } diff --git a/apps/stirling-pdf/docker-compose.yml b/apps/stirling-pdf/docker-compose.yml index 97884843cb..b98c76c413 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: stirlingtools/stirling-pdf:0.36.3 + image: stirlingtools/stirling-pdf:0.36.4 restart: unless-stopped container_name: stirling-pdf privileged: true