From 029b2b7754bd611c0820dc84aeeacca4f5888189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 18 Dec 2020 02:23:28 +0100 Subject: [PATCH] traefik: Update to version 2.3.6 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index b1122bcccf..1fbe8b05ad 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,17 +1,17 @@ { - "version": "2.3.5", + "version": "2.3.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.3.5/traefik_v2.3.5_windows_amd64.zip", - "hash": "e86349c2651f3b0d459b2d1290acf06b2af1b1fa1028dbe29f5fcb852e3ae99e" + "url": "https://github.com/containous/traefik/releases/download/v2.3.6/traefik_v2.3.6_windows_amd64.zip", + "hash": "2fa7d7b493ca632c2c8bf663a87a86063d813d6addd2ca10f09ca63b3110e3fd" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.3.5/traefik_v2.3.5_windows_386.zip", - "hash": "623bb04b7bdab7752c6d41916a3293e2425d6fd42664b7e10535eb55886a3207" + "url": "https://github.com/containous/traefik/releases/download/v2.3.6/traefik_v2.3.6_windows_386.zip", + "hash": "d8f45bccda1b32da7b953944fb50b02b9b0d6039a4ff4ea65868a3f9df91d802" } }, "bin": "traefik.exe",