Merge pull request #4 from runtipi/renovate/traefik-whoami-1.x

chore(deps): update traefik/whoami docker tag to v1.11.0
This commit is contained in:
Nico 2025-04-26 15:45:21 +02:00 committed by GitHub
commit 52c56bbbc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -9,8 +9,8 @@
"utilities"
],
"description": "Tiny Go webserver that prints OS information and HTTP request to output.",
"tipi_version": 1,
"version": "v1.10.0",
"tipi_version": 2,
"version": "v1.11.0",
"source": "https://github.com/traefik/whoami",
"exposable": true,
"supported_architectures": [
@ -18,7 +18,7 @@
"amd64"
],
"created_at": 1745082405284,
"updated_at": 1745082405284,
"updated_at": 1745674974072,
"dynamic_config": true,
"form_fields": []
}

View file

@ -2,7 +2,7 @@
"services": [
{
"name": "whoami",
"image": "traefik/whoami:v1.10.0",
"image": "traefik/whoami:v1.11.0",
"isMain": true,
"internalPort": "80"
}