From c628acf7841bac40ac429763c177642977fb3d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 18 Jul 2020 12:29:53 +0200 Subject: [PATCH] traefik: Update to version 2.2.6 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 2f38084d13..a626e9cfe7 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,17 +1,17 @@ { - "version": "2.2.5", + "version": "2.2.6", "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.5/traefik_v2.2.5_windows_amd64.zip", - "hash": "4a15c7a2c36642ab530b650a395ff7a489d8e23775efc32e6d1c02be157c5465" + "url": "https://github.com/containous/traefik/releases/download/v2.2.6/traefik_v2.2.6_windows_amd64.zip", + "hash": "55e13289e6cd760206f57d993c18cb6f69580c76f72b1657bcd6b03208d1d594" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.2.5/traefik_v2.2.5_windows_386.zip", - "hash": "ecd12b8e7a5f603c64d412d1e33bc17893ae90333351592bd8bde149ee044d55" + "url": "https://github.com/containous/traefik/releases/download/v2.2.6/traefik_v2.2.6_windows_386.zip", + "hash": "4320cee496006da8a91354a7e90316718966d83632ccab215881989a4034c726" } }, "bin": "traefik.exe",