Skip to content

Commit

Permalink
chore(deps): update stonith404/pingvin-share docker tag to v1.7.1 (#6118
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 16c3c80 commit 3fefc95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/pingvin-share/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"port": 8654,
"categories": ["data", "utilities"],
"description": "A self-hosted file sharing platform that combines lightness and beauty, perfect for seamless and efficient file sharing",
"tipi_version": 16,
"version": "1.7.0",
"tipi_version": 17,
"version": "1.7.1",
"source": "https://github.com/stonith404/pingvin-share",
"website": "https://pingvin-share.dev.eliasschneider.com",
"exposable": true,
"dynamic_config": true,
"supported_architectures": ["arm64", "amd64"],
"form_fields": [],
"created_at": 1691943801422,
"updated_at": 1734908555220
"updated_at": 1735064061000
}
2 changes: 1 addition & 1 deletion apps/pingvin-share/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "pingvin-share",
"image": "stonith404/pingvin-share:v1.7.0",
"image": "stonith404/pingvin-share:v1.7.1",
"isMain": true,
"internalPort": 3000,
"volumes": [
Expand Down
2 changes: 1 addition & 1 deletion apps/pingvin-share/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:
pingvin-share:
container_name: pingvin-share
image: stonith404/pingvin-share:v1.7.0
image: stonith404/pingvin-share:v1.7.1
restart: unless-stopped
ports:
- ${APP_PORT}:3000
Expand Down

0 comments on commit 3fefc95

Please sign in to comment.