From b27cb198bb836f6faa0bebc2874792ac58c154c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 20 Oct 2020 08:35:33 +0200 Subject: [PATCH] traefik: Update to version 2.3.2 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index a36fce2383..c199d1551c 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,17 +1,17 @@ { - "version": "2.3.1", + "version": "2.3.2", "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.1/traefik_v2.3.1_windows_amd64.zip", - "hash": "e8092465e8a7670aef2e6364844f275dd1e3312b074048a6c7a9a32ce295a385" + "url": "https://github.com/containous/traefik/releases/download/v2.3.2/traefik_v2.3.2_windows_amd64.zip", + "hash": "cbcaa4f10c8b0a986e69f3ad4b3956d5ca658050a3caf22f469d72a52a331987" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.3.1/traefik_v2.3.1_windows_386.zip", - "hash": "99176c7e6dd000f84976b339b2b595cd274306e0cda894394b673e90a92d2c92" + "url": "https://github.com/containous/traefik/releases/download/v2.3.2/traefik_v2.3.2_windows_386.zip", + "hash": "80c9e3563ec7bae09eec81e8bb17ae38c241e043943ecf0dc9ef04f7d30fbb5e" } }, "bin": "traefik.exe",