Skip to content

Commit

Permalink
chore(deps): update traefik docker tag to v2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and acouvreur committed Apr 21, 2024
1 parent 75610d6 commit 6039eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
traefik:
image: traefik:2.11.0
image: traefik:2.11.2
command:
- --experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier
- --experimental.plugins.sablier.version=v1.7.0-beta.6
Expand Down
2 changes: 1 addition & 1 deletion plugins/traefik/e2e/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
traefik:
image: traefik:2.11.0
image: traefik:2.11.2
command:
- --experimental.localPlugins.sablier.moduleName=github.com/acouvreur/sablier
- --entryPoints.http.address=:80
Expand Down

0 comments on commit 6039eda

Please sign in to comment.