Skip to content

Commit

Permalink
chore(deps): update ghcr.io/pomdtr/smallweb docker tag to v0.19.1 (#6002
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 7b4f97a commit 77b3eb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/smallweb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"port": 7777,
"categories": ["development"],
"description": "A self-hostable personal cloud inspired by serverless platforms and cgi-bin",
"tipi_version": 7,
"version": "0.18.0",
"tipi_version": 8,
"version": "0.19.1",
"source": "https://github.com/pomdtr/smallweb",
"website": "https://smallweb.run",
"exposable": true,
Expand All @@ -25,5 +25,5 @@
}
],
"created_at": 1724134338800,
"updated_at": 1733762987000
"updated_at": 1734369535000
}
2 changes: 1 addition & 1 deletion apps/smallweb/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
smallweb:
container_name: smallweb
image: ghcr.io/pomdtr/smallweb:0.18.0
image: ghcr.io/pomdtr/smallweb:0.19.1
restart: unless-stopped
user: 0:0
ports:
Expand Down

0 comments on commit 77b3eb3

Please sign in to comment.