diff --git a/tljh/traefik.py b/tljh/traefik.py index e7bd78d..3595778 100644 --- a/tljh/traefik.py +++ b/tljh/traefik.py @@ -11,11 +11,11 @@ from tljh.configurer import load_config # FIXME: support more than one platform here plat = "linux-amd64" -traefik_version = "1.7.5" +traefik_version = "1.7.18" # record sha256 hashes for supported platforms here checksums = { - "linux-amd64": "4417a9d83753e1ad6bdd64bbbeaeb4b279bcc71542e779b7bcb3b027c6e3356e" + "linux-amd64": "3c2d153d80890b6fc8875af9f8ced32c4d684e1eb5a46d9815337cb343dfd92e" }