Skip to content

Commit 67b000b

Browse files
authored
upgrade traefik to 2.4.13 (ITISFoundation#2479)
1 parent 5037fe8 commit 67b000b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/director-v2/src/simcore_service_director_v2/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class CelerySettings(BaseCelerySettings):
9595

9696
class DynamicSidecarTraefikSettings(BaseCustomSettings):
9797
DYNAMIC_SIDECAR_TRAEFIK_VERSION: str = Field(
98-
"v2.2.1",
98+
"v2.4.13",
9999
description="current version of the Traefik image to be pulled and used from dockerhub",
100100
)
101101
DYNAMIC_SIDECAR_TRAEFIK_LOGLEVEL: str = Field(

services/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ services:
394394
retries: 50
395395

396396
traefik:
397-
image: traefik:v2.2.1
397+
image: traefik:v2.4.13
398398
init: true
399399
command:
400400
- "--api=true"

0 commit comments

Comments
 (0)