From 6db0eb713dbb8800cb7c503e441283868846c66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 26 Jul 2021 22:06:55 -0700 Subject: [PATCH] traefik: Update to version 2.4.12 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 84571ad392..8503c90475 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,17 +1,17 @@ { - "version": "2.4.11", + "version": "2.4.12", "description": "HTTP reverse proxy and load balancer", "homepage": "https://traefik.io/", "license": "MIT", "notes": "Run with a configuration file 'traefik -c ' or 'traefik --help' for all options.", "architecture": { "64bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.4.11/traefik_v2.4.11_windows_amd64.zip", - "hash": "0d84f9033f039b8d5b627756165e5670c79f93fdfb86618d36238339b699fbad" + "url": "https://github.com/traefik/traefik/releases/download/v2.4.12/traefik_v2.4.12_windows_amd64.zip", + "hash": "9f232b2165ecc0b5678f68f3f7bc0923b2d87e75e34ac4bc3cbc78d8b9a5c065" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.4.11/traefik_v2.4.11_windows_386.zip", - "hash": "71d857f1af67d383f60e8130dbbf10e5d1aab3c80ad0a26fc320be2a8597adc8" + "url": "https://github.com/traefik/traefik/releases/download/v2.4.12/traefik_v2.4.12_windows_386.zip", + "hash": "01f00df69553bab30798ed7a16f911e5d6f8bbd6c5a14942f6afd6bbb0131c5a" } }, "bin": "traefik.exe",