traefik: Update to version 2.3.7

This commit is contained in:
Jakub Čábera 2021-01-12 07:53:25 +01:00
parent 35abaa440c
commit f19a8442d1

View File

@ -1,17 +1,17 @@
{ {
"version": "2.3.6", "version": "2.3.7",
"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.6/traefik_v2.3.6_windows_amd64.zip", "url": "https://github.com/containous/traefik/releases/download/v2.3.7/traefik_v2.3.7_windows_amd64.zip",
"hash": "2fa7d7b493ca632c2c8bf663a87a86063d813d6addd2ca10f09ca63b3110e3fd" "hash": "eb54b1c9c752a6eaf48d28ff8409c17379a29b9d58390107411762ab6e4edfb4"
}, },
"32bit": { "32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.3.6/traefik_v2.3.6_windows_386.zip", "url": "https://github.com/containous/traefik/releases/download/v2.3.7/traefik_v2.3.7_windows_386.zip",
"hash": "d8f45bccda1b32da7b953944fb50b02b9b0d6039a4ff4ea65868a3f9df91d802" "hash": "6ac60a8c68de52ee64007ea05e268071f111a7eba5c04b16af555068d7560aee"
} }
}, },
"bin": "traefik.exe", "bin": "traefik.exe",