chore: bump traefik to 3.6.1

This commit is contained in:
Bima42
2025-11-13 16:17:21 +01:00
parent fd8f0e8f1f
commit d22aa0583c
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();