traefik: Update to version 2.2.4

This commit is contained in:
Jakub Čábera 2020-07-11 09:55:01 +02:00
parent ba55de2759
commit e7df1d08aa

View File

@ -1,17 +1,17 @@
{ {
"version": "2.2.3", "version": "2.2.4",
"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.2.3/traefik_v2.2.3_windows_amd64.zip", "url": "https://github.com/containous/traefik/releases/download/v2.2.4/traefik_v2.2.4_windows_amd64.zip",
"hash": "6b1e94559929135a0ca3281a2128d55b74d4e8fa71f6f9aebb5fb2b3e1be2f63" "hash": "51523e3c58d38029638f60894b41f7540a87000c2e5676a5d708cf611f958814"
}, },
"32bit": { "32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.2.3/traefik_v2.2.3_windows_386.zip", "url": "https://github.com/containous/traefik/releases/download/v2.2.4/traefik_v2.2.4_windows_386.zip",
"hash": "ae0fe42158cd85e660fc1c01516e63bad768d466f047d38ddd07961cdbeba282" "hash": "0a6fc03d88aa0c8d62c2a7ea2a55e4bf272dcf950a1281b6bb087a4f161ded91"
} }
}, },
"bin": "traefik.exe", "bin": "traefik.exe",