Merge pull request #442 from GeorgianaElena/upgradeTraefikVersion

Upgrade traefik version
This commit is contained in:
Yuvi Panda
2019-10-01 09:46:22 -07:00
committed by GitHub

View File

@@ -11,11 +11,11 @@ from tljh.configurer import load_config
# FIXME: support more than one platform here # FIXME: support more than one platform here
plat = "linux-amd64" plat = "linux-amd64"
traefik_version = "1.7.5" traefik_version = "1.7.18"
# record sha256 hashes for supported platforms here # record sha256 hashes for supported platforms here
checksums = { checksums = {
"linux-amd64": "4417a9d83753e1ad6bdd64bbbeaeb4b279bcc71542e779b7bcb3b027c6e3356e" "linux-amd64": "3c2d153d80890b6fc8875af9f8ced32c4d684e1eb5a46d9815337cb343dfd92e"
} }