Skip to content

Commit

Permalink
chore(deps): update stirlingtools/stirling-pdf docker tag to v0.36.4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent d008f38 commit 7278ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/stirling-pdf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -21,5 +21,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734369529000
"updated_at": 1734457226000
}
2 changes: 1 addition & 1 deletion apps/stirling-pdf/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7278ebd

Please sign in to comment.