Skip to content

Commit

Permalink
[UPD] Update traefik version to 3.1.2 to avoid 3.0 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
josep-tecnativa committed Oct 16, 2024
1 parent 671912c commit 7f53322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def traefik_host(request):
docker = DockerClient()
if request.param == "3":
traefik_container = docker.run(
"traefik:v3.0",
"traefik:v3.1.2",
detach=True,
privileged=True,
networks=["inverseproxy_shared"],
Expand Down

0 comments on commit 7f53322

Please sign in to comment.