Skip to content

Commit

Permalink
Update app version [ready]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tipi CI committed Feb 15, 2025
1 parent 99e54b8 commit 0d42726
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/shlink/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"force_expose": true,
"port": 8207,
"id": "shlink",
"tipi_version": 15,
"version": "4.4.2",
"tipi_version": 16,
"version": "4.4.3",
"categories": ["utilities"],
"description": "Shlink is a self-hosted URL shortener which provides both a REST and a CLI interface to interact with it.",
"short_desc": "Shlink is a self-hosted URL shortener",
Expand All @@ -25,5 +25,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1738159263000
"updated_at": 1739625499000
}
2 changes: 1 addition & 1 deletion apps/shlink/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "shlink",
"image": "ghcr.io/shlinkio/shlink:4.4.2",
"image": "ghcr.io/shlinkio/shlink:4.4.3",
"isMain": true,
"internalPort": 8080,
"environment": {
Expand Down

0 comments on commit 0d42726

Please sign in to comment.