Bumped default Traefik image to 2.10

This commit is contained in:
Igor Alexandrov
2024-02-13 16:00:02 +04:00
parent aea55480ad
commit 77e72e34ce
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
class Kamal::Commands::Traefik < Kamal::Commands::Base
delegate :argumentize, :optionize, to: Kamal::Utils
DEFAULT_IMAGE = "traefik:v2.9"
DEFAULT_IMAGE = "traefik:v2.10"
CONTAINER_PORT = 80
DEFAULT_ARGS = {
'log.level' => 'DEBUG'