From d9636ad93b5af37e67993b55be6977b6b9ba69e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 8 Sep 2020 08:37:12 +0200 Subject: [PATCH] traefik: Update to version 2.2.11 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 08e82fcad1..5e0b1d717f 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,17 +1,17 @@ { - "version": "2.2.10", + "version": "2.2.11", "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.10/traefik_v2.2.10_windows_amd64.zip", - "hash": "96752ac77add4a0c26db9217b65b1ff36eedd9efdedbc11ae4f2270f455b856a" + "url": "https://github.com/containous/traefik/releases/download/v2.2.11/traefik_v2.2.11_windows_amd64.zip", + "hash": "ee867133e00b2d8395c239d8fed04a26b362e650b371dc0b653f0ee9d52471e6" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.2.10/traefik_v2.2.10_windows_386.zip", - "hash": "f4e14e223862b51f8d3b27cbc651652fbd82efaa691e6dbc4cf781c72ced4e27" + "url": "https://github.com/containous/traefik/releases/download/v2.2.11/traefik_v2.2.11_windows_386.zip", + "hash": "c8a0a85f703ab6eefec4cc736dfd9ac69fa70bd1b0ecf3992df9059ec909a902" } }, "bin": "traefik.exe",