From 9673af0ba596ca91a7428be19991f997f680de2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 11 Dec 2020 08:05:22 +0100 Subject: [PATCH] traefik: Update to version 2.3.5 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 7774bf299a..b1122bcccf 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,17 +1,17 @@ { - "version": "2.3.4", + "version": "2.3.5", "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/containous/traefik/releases/download/v2.3.4/traefik_v2.3.4_windows_amd64.zip", - "hash": "503f7b544ccee0d9573beea85c7da6bc9395c6ac69ec3dde13d2f208136f98d5" + "url": "https://github.com/containous/traefik/releases/download/v2.3.5/traefik_v2.3.5_windows_amd64.zip", + "hash": "e86349c2651f3b0d459b2d1290acf06b2af1b1fa1028dbe29f5fcb852e3ae99e" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.3.4/traefik_v2.3.4_windows_386.zip", - "hash": "0f87713350acb5201963d55714e91cb746077f4d599f5d2d84e3db010cd85b4b" + "url": "https://github.com/containous/traefik/releases/download/v2.3.5/traefik_v2.3.5_windows_386.zip", + "hash": "623bb04b7bdab7752c6d41916a3293e2425d6fd42664b7e10535eb55886a3207" } }, "bin": "traefik.exe",