From e8be7f544ad9bc5ce4004ed425bf954480798732 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 13:42:58 +0000 Subject: [PATCH] chore(deps): update traefik/whoami docker tag to v1.11.0 --- apps/whoami/config.json | 8 ++++---- apps/whoami/docker-compose.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/whoami/config.json b/apps/whoami/config.json index dac3026..c0bee99 100644 --- a/apps/whoami/config.json +++ b/apps/whoami/config.json @@ -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": [] -} +} \ No newline at end of file diff --git a/apps/whoami/docker-compose.json b/apps/whoami/docker-compose.json index d59befe..2f6c4a1 100644 --- a/apps/whoami/docker-compose.json +++ b/apps/whoami/docker-compose.json @@ -2,7 +2,7 @@ "services": [ { "name": "whoami", - "image": "traefik/whoami:v1.10.0", + "image": "traefik/whoami:v1.11.0", "isMain": true, "internalPort": "80" }