Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update stonith404/pingvin-share docker tag to v1.8.0 #6204

Merged
merged 3 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": 18,
"version": "1.7.2",
"tipi_version": 19,
"version": "1.8.0",
"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": 1735415888000
"updated_at": 1735858688000
}
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.2",
"image": "stonith404/pingvin-share:v1.8.0",
"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.2
image: stonith404/pingvin-share:v1.8.0
restart: unless-stopped
ports:
- ${APP_PORT}:3000
Expand Down
Loading