From e4ca5ee5f5bf0cf94a8f732c841b881b1211ca44 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 19 Jul 2024 14:34:19 +0200 Subject: [PATCH] chore: Update Traefik image version to v2.11 --- bootstrap/helpers/proxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/helpers/proxy.php b/bootstrap/helpers/proxy.php index 44352ea55..23c9a2333 100644 --- a/bootstrap/helpers/proxy.php +++ b/bootstrap/helpers/proxy.php @@ -132,7 +132,7 @@ function generate_default_proxy_configuration(Server $server) 'services' => [ 'traefik' => [ 'container_name' => 'coolify-proxy', - 'image' => 'traefik:v2.10', + 'image' => 'traefik:v2.11', 'restart' => RESTART_MODE, 'extra_hosts' => [ 'host.docker.internal:host-gateway',