Skip to content

Commit

Permalink
chore(deps): update frooodle/s-pdf docker tag to v0.30.1 (#5263)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent dee19d8 commit d68b45f
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": 47,
"version": "0.30.0",
"tipi_version": 48,
"version": "0.30.1",
"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": 1729557121000
"updated_at": 1729601922000
}
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: frooodle/s-pdf:0.30.0
image: frooodle/s-pdf:0.30.1
restart: unless-stopped
container_name: stirling-pdf
privileged: true
Expand Down

0 comments on commit d68b45f

Please sign in to comment.