From 5763758fa40c65cf5b7b9b54fbe1f513f9818b49 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 16 May 2023 14:53:27 +0200 Subject: [PATCH] traefik v2.10.1 Co-authored-by: Erik Sundell --- tljh/traefik.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tljh/traefik.py b/tljh/traefik.py index ca2b2b8..be07cf4 100644 --- a/tljh/traefik.py +++ b/tljh/traefik.py @@ -27,7 +27,8 @@ elif machine == "x86_64": else: plat = None -traefik_version = "2.9.9" +# Traefik releases: https://github.com/traefik/traefik/releases +traefik_version = "2.10.1" # record sha256 hashes for supported platforms here checksums = {