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 amir20/dozzle docker tag to v8.11.3 #6786

Merged
merged 3 commits into from
Feb 15, 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/dozzle/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"port": 8013,
"id": "dozzle",
"tipi_version": 73,
"version": "8.11.1",
"tipi_version": 74,
"version": "8.11.3",
"categories": ["development"],
"description": "Dozzle is a small web based app to monitor Docker logs.",
"short_desc": "Dozzle is a small web based app to monitor Docker logs",
Expand Down Expand Up @@ -50,5 +50,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1739612229000
"updated_at": 1739644847000
}
2 changes: 1 addition & 1 deletion apps/dozzle/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "dozzle",
"image": "amir20/dozzle:v8.11.1",
"image": "amir20/dozzle:v8.11.3",
"isMain": true,
"internalPort": 8080,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/dozzle/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:v8.11.1
image: amir20/dozzle:v8.11.3
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
Loading