From a059d6ffbb1031a65d8d12dd4f53e4f0666effd9 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 26 Sep 2024 16:29:39 +0200 Subject: [PATCH] Update traefik from 2.10.1 to 3.1.4 --- tljh/traefik.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tljh/traefik.py b/tljh/traefik.py index a19a3deb..9f0aae14 100644 --- a/tljh/traefik.py +++ b/tljh/traefik.py @@ -29,13 +29,13 @@ plat = None # Traefik releases: https://github.com/traefik/traefik/releases -traefik_version = "2.10.1" +traefik_version = "3.1.4" # record sha256 hashes for supported platforms here # checksums are published in the checksums.txt of each release checksums = { - "linux_amd64": "8d9bce0e6a5bf40b5399dbb1d5e3e5c57b9f9f04dd56a2dd57cb0713130bc824", - "linux_arm64": "260a574105e44901f8c9c562055936d81fbd9c96a21daaa575502dc69bfe390a", + "linux_amd64": "eb7227b1b235195355904839c514a9ed6a0aecdcf5dab02ad48db21b05c5e700", + "linux_arm64": "e5d970a7f11267b70a8e308cb80f859bba4f420f24789f7393fdf3f4cd031631", } _tljh_path = Path(__file__).parent.resolve()