traefik: Update to version 2.3.1

This commit is contained in:
Jakub Čábera 2020-09-30 08:55:28 +02:00
parent 506e366bf2
commit aba0ceff8b

View File

@ -1,17 +1,17 @@
{ {
"version": "2.3.0", "version": "2.3.1",
"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.0/traefik_v2.3.0_windows_amd64.zip", "url": "https://github.com/containous/traefik/releases/download/v2.3.1/traefik_v2.3.1_windows_amd64.zip",
"hash": "e3f8a3e275596fa1cd5077d1b164e985f20573c4d71eb73f63f12d9c6e5ebba1" "hash": "e8092465e8a7670aef2e6364844f275dd1e3312b074048a6c7a9a32ce295a385"
}, },
"32bit": { "32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.3.0/traefik_v2.3.0_windows_386.zip", "url": "https://github.com/containous/traefik/releases/download/v2.3.1/traefik_v2.3.1_windows_386.zip",
"hash": "0660a93152255600d348f6b152fc37b8017f839cced2bdfe34a897c003c70216" "hash": "99176c7e6dd000f84976b339b2b595cd274306e0cda894394b673e90a92d2c92"
} }
}, },
"bin": "traefik.exe", "bin": "traefik.exe",