diff --git a/compose.dev.yml b/compose.dev.yml index dde79a2e..5ec05268 100644 --- a/compose.dev.yml +++ b/compose.dev.yml @@ -48,7 +48,7 @@ services: condition: service_healthy frontend: - image: node:22-slim + image: node:25-slim working_dir: /app/frontend env_file: .env environment: diff --git a/compose.worktree.yml b/compose.worktree.yml index 76b479c5..32813e74 100644 --- a/compose.worktree.yml +++ b/compose.worktree.yml @@ -65,7 +65,7 @@ services: condition: service_healthy frontend: - image: node:22-slim + image: node:25-slim working_dir: /app/frontend env_file: .env environment: