Merge pull request #3000 from Bima42/fix/bump-traefik-version

chore: bump traefik to 3.6.1
This commit is contained in:
Mauricio Siu
2025-11-14 22:12:30 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ import {
await initializeNetwork();
createDefaultTraefikConfig();
createDefaultServerTraefikConfig();
await execAsync("docker pull traefik:v3.5.0");
await execAsync("docker pull traefik:v3.6.1");
await initializeStandaloneTraefik();
await initializeRedis();
await initializePostgres();