Skip to content

Commit

Permalink
traefik: update default image version to v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoulard committed Mar 25, 2022
1 parent ad314ac commit 1f97488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ services:
- healthcheck
- --ping
timeout: 10s
image: traefik:v2.6
image: traefik:v2.7
labels:
traefik.enable: "true"
traefik.http.middlewares.basic_auth.basicauth.removeHeader: "true"
Expand Down
2 changes: 1 addition & 1 deletion traefik/docker-compose.traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
traefik:
image: traefik:${TRAEFIK_IMAGE_VERSION:-v2.6}
image: traefik:${TRAEFIK_IMAGE_VERSION:-v2.7}
command:
# Provider
- '--providers.docker'
Expand Down

0 comments on commit 1f97488

Please # to comment.