From 1ee7c12e923143f16a70cd61c34f7e7f5f41974c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 30 Oct 2018 12:00:35 +0000 Subject: [PATCH] traefik: Update to version 1.7.4 --- traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/traefik.json b/traefik.json index 1a2869e5c4..0e0f116936 100644 --- a/traefik.json +++ b/traefik.json @@ -1,16 +1,16 @@ { "homepage": "https://traefik.io/", "description": "HTTP reverse proxy and load balancer", - "version": "1.7.3", + "version": "1.7.4", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/containous/traefik/releases/download/v1.7.3/traefik_windows-amd64.exe#/traefik.exe", - "hash": "80f06a922a4cc8649a97016c9f907148f0b1d79fa35efc06ef8b3da2dcb06138" + "url": "https://github.com/containous/traefik/releases/download/v1.7.4/traefik_windows-amd64.exe#/traefik.exe", + "hash": "10726dedbab776d8621b59e6233f1d6e7a9e7fae43ff3080eac1846b148ab814" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v1.7.3/traefik_windows-386.exe#/traefik.exe", - "hash": "86256f8111291d40622e7d0f22c9266e4952c835ea092ee02117f7bf9d54d2a9" + "url": "https://github.com/containous/traefik/releases/download/v1.7.4/traefik_windows-386.exe#/traefik.exe", + "hash": "dc2fdddb75cc06bbafbdd496fd0f2ad837b8bf29c37e4ec6084494e04ca8bb3d" } }, "bin": "traefik.exe",