From d42618d14bb8df451f44a94d1d4d911a5dfa6fbe Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 7 Jan 2020 19:01:53 +0000 Subject: [PATCH] traefik: Update to version 2.1.2 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index e513a0dc23..317718809c 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,16 +1,16 @@ { "homepage": "https://traefik.io/", "description": "HTTP reverse proxy and load balancer", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.1.1/traefik_v2.1.1_windows_amd64.zip", - "hash": "f9e2574cc0ad9e8a868a736d0994ea19d708442d05db06ab8a99c543668608f9" + "url": "https://github.com/containous/traefik/releases/download/v2.1.2/traefik_v2.1.2_windows_amd64.zip", + "hash": "3b51ac518de647f7dff4e6590bd8d4b399862050b421898dffe149da32abfd41" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.1.1/traefik_v2.1.1_windows_386.zip", - "hash": "68783c65be210314680f12cdd5f8106d44300967852d48f4eb4c6faecbbc6c20" + "url": "https://github.com/containous/traefik/releases/download/v2.1.2/traefik_v2.1.2_windows_386.zip", + "hash": "76b40a1f2d364091c82c353373e8632493cbb65e5de4816e4a05ca8a87309fea" } }, "bin": "traefik.exe",