Skip to content

Commit a059d6f

Browse files
committed
Update traefik from 2.10.1 to 3.1.4
1 parent 856c647 commit a059d6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tljh/traefik.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
plat = None
3030

3131
# Traefik releases: https://github.com/traefik/traefik/releases
32-
traefik_version = "2.10.1"
32+
traefik_version = "3.1.4"
3333

3434
# record sha256 hashes for supported platforms here
3535
# checksums are published in the checksums.txt of each release
3636
checksums = {
37-
"linux_amd64": "8d9bce0e6a5bf40b5399dbb1d5e3e5c57b9f9f04dd56a2dd57cb0713130bc824",
38-
"linux_arm64": "260a574105e44901f8c9c562055936d81fbd9c96a21daaa575502dc69bfe390a",
37+
"linux_amd64": "eb7227b1b235195355904839c514a9ed6a0aecdcf5dab02ad48db21b05c5e700",
38+
"linux_arm64": "e5d970a7f11267b70a8e308cb80f859bba4f420f24789f7393fdf3f4cd031631",
3939
}
4040

4141
_tljh_path = Path(__file__).parent.resolve()

0 commit comments

Comments
 (0)