From 64493975d1493848f32a7875b82da81b1923588d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:32:20 +0000 Subject: [PATCH] traefik: Update to version 3.6.4 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index fd60d284cd..129aadff00 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.6.2", + "version": "3.6.4", "description": "HTTP reverse proxy and load balancer", "homepage": "https://traefik.io/", "license": "MIT", "notes": "Run with a configuration file 'traefik -c ' or 'traefik --help' for all options.", "architecture": { "64bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.6.2/traefik_v3.6.2_windows_amd64.zip", - "hash": "77a0a7a2ac98493de2260f871e67c0e65840e9c995797ed04ea69aec7d41e0de" + "url": "https://github.com/traefik/traefik/releases/download/v3.6.4/traefik_v3.6.4_windows_amd64.zip", + "hash": "1e0c547710981b0076a17916c45f3a8504a9c8f1b51c1d7bae513ca02a570ab2" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.6.2/traefik_v3.6.2_windows_386.zip", - "hash": "482a2235bfe9b5520f022e96e3714670cdb3d53eced9f60cc39d91cec2674efb" + "url": "https://github.com/traefik/traefik/releases/download/v3.6.4/traefik_v3.6.4_windows_386.zip", + "hash": "ff42cf8d9222528b26c05bc191fcd7ee0e4045d6c99723cfeecac45e625f51ce" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.6.2/traefik_v3.6.2_windows_arm64.zip", - "hash": "8c6d8eaf468dbd9c6f808ff9fa5a1ea6ef0ddf25b1ecced511f91f61ef69f215" + "url": "https://github.com/traefik/traefik/releases/download/v3.6.4/traefik_v3.6.4_windows_arm64.zip", + "hash": "a67642c1d07ea5c4fe0d5c6f48cb0bda3ac689d0cf5369bf1964ad1b9e773e03" } }, "bin": "traefik.exe",