From 9c42256f94f03a44b10e31114a4e3fb80f3c184d Mon Sep 17 00:00:00 2001 From: JigSaw Date: Sun, 7 Jan 2024 12:21:25 +0100 Subject: [PATCH] fix(stirling-pdf): switched repo source, bumped (#1998) --- 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 7a1eee16..fb27f643 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": 15, - "version": "0.18.1", + "tipi_version": 16, + "version": "0.19.0", "categories": [ "data", "utilities" diff --git a/apps/stirling-pdf/docker-compose.yml b/apps/stirling-pdf/docker-compose.yml index 699cd998..c0644709 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: ghcr.io/frooodle/s-pdf:0.18.1 + image: frooodle/s-pdf:0.19.0 restart: unless-stopped container_name: stirling-pdf privileged: true