From 4cd65114c3669d31b4e24558d0c67acdde580adf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:25:40 +0000 Subject: [PATCH] traefik: Update to version 2.10.4 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 79ba4692f5..fb7c0c74e3 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.10.3", + "version": "2.10.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/v2.10.3/traefik_v2.10.3_windows_amd64.zip", - "hash": "7d0213fe424060082a76ba7cf937c29fc82dbb65000c0854fa1b498db774b532" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.4/traefik_v2.10.4_windows_amd64.zip", + "hash": "96109e88ea1c95711de4ad0ea0833c2912986525d222b721731157bd5d172459" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.3/traefik_v2.10.3_windows_386.zip", - "hash": "ebba6e30564ae2c94d5e8c2a819bf66705e517dc5005d194a3c8baa5323afd77" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.4/traefik_v2.10.4_windows_386.zip", + "hash": "dcc7635071a9e10d09f3ae95b5e62ace11e2780a29ca2b71c4876b2e66920506" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.3/traefik_v2.10.3_windows_arm64.zip", - "hash": "8731c2c9652f709677a1d9f4f77df2ded04be8941452838815895ac9a1f05e96" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.4/traefik_v2.10.4_windows_arm64.zip", + "hash": "5da3a7792caced0dfc051c4ff819b27c66a31f243ecefd085ea77acdcb84fe88" } }, "bin": "traefik.exe",