From 75b8c4af4257c1a404389ae26cc600874b9846a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 28 Jul 2020 22:58:26 +0200 Subject: [PATCH] traefik: Update to version 2.2.8 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index e1c73ed0ac..3a47333026 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,17 +1,17 @@ { - "version": "2.2.7", + "version": "2.2.8", "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/containous/traefik/releases/download/v2.2.7/traefik_v2.2.7_windows_amd64.zip", - "hash": "e1315bedec68cc3927f9c918d88878e83ae5ff6e1591d2abfaeba2dc00234601" + "url": "https://github.com/containous/traefik/releases/download/v2.2.8/traefik_v2.2.8_windows_amd64.zip", + "hash": "c236836d35c8204bce61ee0c2d2d2fe78dfaba22617698e0de45c8b3f050f45b" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.2.7/traefik_v2.2.7_windows_386.zip", - "hash": "13d3fd1e4caf23f737c439486f3d6fe72675db4fd4439b7ae4c900a122fb5720" + "url": "https://github.com/containous/traefik/releases/download/v2.2.8/traefik_v2.2.8_windows_386.zip", + "hash": "ee3e6156eb68eaca4d059a44cda01e0be8344dae2fdd520f6fb611d4ec0a99c5" } }, "bin": "traefik.exe",