From 4c4c366afa7b58f90d1e0b45f047d4c8c16b7235 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:24:16 +0000 Subject: [PATCH] traefik: Update to version 2.10.3 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index bdc50647a8..79ba4692f5 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.10.2", + "version": "2.10.3", "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.2/traefik_v2.10.2_windows_amd64.zip", - "hash": "b2e9cab37858bb36927a74a0ce66e94754afd18b634c3de5189827e194554cc9" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.3/traefik_v2.10.3_windows_amd64.zip", + "hash": "7d0213fe424060082a76ba7cf937c29fc82dbb65000c0854fa1b498db774b532" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.2/traefik_v2.10.2_windows_386.zip", - "hash": "5eb5c7d1ce347871c45df043fd0094bc7e34d8cf4fe1a2aeefff9b136007a306" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.3/traefik_v2.10.3_windows_386.zip", + "hash": "ebba6e30564ae2c94d5e8c2a819bf66705e517dc5005d194a3c8baa5323afd77" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.2/traefik_v2.10.2_windows_arm64.zip", - "hash": "1cd47d122f7078fc090d2a3ce0f4128fdc3a202ecf26f0690c4c417acbad78da" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.3/traefik_v2.10.3_windows_arm64.zip", + "hash": "8731c2c9652f709677a1d9f4f77df2ded04be8941452838815895ac9a1f05e96" } }, "bin": "traefik.exe",