Skip to content

Commit

Permalink
Merge pull request #233 from consideRatio/pr/update-traefik-patch-ver…
Browse files Browse the repository at this point in the history
…sion-to-install

Update default traefik to install to 2.10.7
  • Loading branch information
minrk authored Jan 25, 2024
2 parents 37b0447 + 4c7e4db commit f8b94dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jupyterhub_traefik_proxy/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ def main():
parser.add_argument(
"--traefik-version",
dest="traefik_version",
default="2.10.1",
# default version to install should be regularly updated, see
# https://github.com/traefik/traefik/releases
default="2.10.7",
help=textwrap.dedent(
"""\
The version of traefik to download.
Expand Down

0 comments on commit f8b94dc

Please sign in to comment.