traefik: Update to version 2.3.2

This commit is contained in:
Jakub Čábera 2020-10-20 08:35:33 +02:00
parent cfe05ff195
commit b27cb198bb

View File

@ -1,17 +1,17 @@
{ {
"version": "2.3.1", "version": "2.3.2",
"description": "HTTP reverse proxy and load balancer", "description": "HTTP reverse proxy and load balancer",
"homepage": "https://traefik.io/", "homepage": "https://traefik.io/",
"license": "MIT", "license": "MIT",
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.", "notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.3.1/traefik_v2.3.1_windows_amd64.zip", "url": "https://github.com/containous/traefik/releases/download/v2.3.2/traefik_v2.3.2_windows_amd64.zip",
"hash": "e8092465e8a7670aef2e6364844f275dd1e3312b074048a6c7a9a32ce295a385" "hash": "cbcaa4f10c8b0a986e69f3ad4b3956d5ca658050a3caf22f469d72a52a331987"
}, },
"32bit": { "32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.3.1/traefik_v2.3.1_windows_386.zip", "url": "https://github.com/containous/traefik/releases/download/v2.3.2/traefik_v2.3.2_windows_386.zip",
"hash": "99176c7e6dd000f84976b339b2b595cd274306e0cda894394b673e90a92d2c92" "hash": "80c9e3563ec7bae09eec81e8bb17ae38c241e043943ecf0dc9ef04f7d30fbb5e"
} }
}, },
"bin": "traefik.exe", "bin": "traefik.exe",