From dc4a985f03769b627fbdeb4549fc71fabf9261d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 22:01:48 +0000 Subject: [PATCH] chore(deps): update ghcr.io/frooodle/s-pdf docker tag to v0.17.0 (#1838) --- 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 f47f4290..b6bc825e 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": 10, - "version": "0.16.1", + "tipi_version": 11, + "version": "0.17.0", "categories": [ "data", "utilities" diff --git a/apps/stirling-pdf/docker-compose.yml b/apps/stirling-pdf/docker-compose.yml index 87aea998..d24f7a7c 100644 --- a/apps/stirling-pdf/docker-compose.yml +++ b/apps/stirling-pdf/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: stirling-pdf: - image: ghcr.io/frooodle/s-pdf:0.16.1 + image: ghcr.io/frooodle/s-pdf:0.17.0 restart: unless-stopped container_name: stirling-pdf privileged: true