From aba0ceff8bdb20e1825c07e76d3a103dc8c134ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 30 Sep 2020 08:55:28 +0200 Subject: [PATCH] traefik: Update to version 2.3.1 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 34a8717716..a36fce2383 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,17 +1,17 @@ { - "version": "2.3.0", + "version": "2.3.1", "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.0/traefik_v2.3.0_windows_amd64.zip", - "hash": "e3f8a3e275596fa1cd5077d1b164e985f20573c4d71eb73f63f12d9c6e5ebba1" + "url": "https://github.com/containous/traefik/releases/download/v2.3.1/traefik_v2.3.1_windows_amd64.zip", + "hash": "e8092465e8a7670aef2e6364844f275dd1e3312b074048a6c7a9a32ce295a385" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.3.0/traefik_v2.3.0_windows_386.zip", - "hash": "0660a93152255600d348f6b152fc37b8017f839cced2bdfe34a897c003c70216" + "url": "https://github.com/containous/traefik/releases/download/v2.3.1/traefik_v2.3.1_windows_386.zip", + "hash": "99176c7e6dd000f84976b339b2b595cd274306e0cda894394b673e90a92d2c92" } }, "bin": "traefik.exe",