Skip to content

Commit

Permalink
Traefik update, fixing CVE-2022-23632 (Mutual TLS)
Browse files Browse the repository at this point in the history
  • Loading branch information
suculent committed Feb 18, 2022
1 parent d0c5e11 commit f6ed95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
reverse-proxy:
env_file:
- .env
image: traefik:v1.7.12-alpine
image: traefik:v2.6.1
command:
- "--defaultentrypoints=http,https"
- "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https"
Expand Down

0 comments on commit f6ed95d

Please sign in to comment.