Skip to content

Commit

Permalink
chore(deps): update traefik docker tag to v2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and acouvreur committed Oct 18, 2023
1 parent f301471 commit 990e07d
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.10.4
image: traefik:2.10.5
command:
- --experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier
- --experimental.plugins.sablier.version=v1.4.1-beta.2-beta.11
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.10.4
image: traefik:2.10.5
command:
- --experimental.localPlugins.sablier.moduleName=github.com/acouvreur/sablier
- --entryPoints.http.address=:80
Expand Down

0 comments on commit 990e07d

Please sign in to comment.