Upgrade traefik version

This commit is contained in:
GeorgianaElena
2019-10-01 11:00:28 +03:00
parent 6a8f57a923
commit eb6318c70f

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"
} }