traefik: Update to version 2.4.12

This commit is contained in:
Jakub Čábera 2021-07-26 22:06:55 -07:00
parent ab6b5ccec7
commit 6db0eb713d

View File

@ -1,17 +1,17 @@
{ {
"version": "2.4.11", "version": "2.4.12",
"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/traefik/traefik/releases/download/v2.4.11/traefik_v2.4.11_windows_amd64.zip", "url": "https://github.com/traefik/traefik/releases/download/v2.4.12/traefik_v2.4.12_windows_amd64.zip",
"hash": "0d84f9033f039b8d5b627756165e5670c79f93fdfb86618d36238339b699fbad" "hash": "9f232b2165ecc0b5678f68f3f7bc0923b2d87e75e34ac4bc3cbc78d8b9a5c065"
}, },
"32bit": { "32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.4.11/traefik_v2.4.11_windows_386.zip", "url": "https://github.com/traefik/traefik/releases/download/v2.4.12/traefik_v2.4.12_windows_386.zip",
"hash": "71d857f1af67d383f60e8130dbbf10e5d1aab3c80ad0a26fc320be2a8597adc8" "hash": "01f00df69553bab30798ed7a16f911e5d6f8bbd6c5a14942f6afd6bbb0131c5a"
} }
}, },
"bin": "traefik.exe", "bin": "traefik.exe",