File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/server/src/setup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {
2222 await initializeNetwork ( ) ;
2323 createDefaultTraefikConfig ( ) ;
2424 createDefaultServerTraefikConfig ( ) ;
25- await execAsync ( "docker pull traefik:v3.5.0 " ) ;
25+ await execAsync ( "docker pull traefik:v3.6.1 " ) ;
2626 await initializeStandaloneTraefik ( ) ;
2727 await initializeRedis ( ) ;
2828 await initializePostgres ( ) ;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const TRAEFIK_PORT =
2020 Number . parseInt ( process . env . TRAEFIK_PORT ! , 10 ) || 80 ;
2121export const TRAEFIK_HTTP3_PORT =
2222 Number . parseInt ( process . env . TRAEFIK_HTTP3_PORT ! , 10 ) || 443 ;
23- export const TRAEFIK_VERSION = process . env . TRAEFIK_VERSION || "3.5.0 " ;
23+ export const TRAEFIK_VERSION = process . env . TRAEFIK_VERSION || "3.6.1 " ;
2424
2525export interface TraefikOptions {
2626 env ?: string [ ] ;
You can’t perform that action at this time.
0 commit comments